/*	####################################
	CSS Document casila.de 2007
	vers.: 1.0
	####################################
*/

html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url('images/bgrd-grad-vert_555-aaa.gif') repeat-x #aaa;
	text-align: center;
	font-size: 100.01%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	font-size: 1.0em; 
	color: #888;
	line-height: 1.25em;
}
a, a em.file {
	color: #f89a1c; 
	text-decoration:none;
	padding: 4px;
}
a:hover {
	background-color: #fff2e0; 
	text-decoration:underline;
}
a:focus {
	background-color: #fff2e0; 
	text-decoration:underline;
}

h2.h2-start {
	font-size: 12px;
	margin: 0;
	color: #aaa;
}

#page_margins {
	width: 100%;
	height: 101%;
	border: 0px solid #f00;
	padding: 50px 0 50px 0;
}
#page {
	width: 500px;
	margin: 0px auto;
	border: 0px solid #f00;
}
#page-header {
	width: 500px;
	height: 50px;
	margin: 0px;
	border: 0px solid #f00;
	background: url('images/bgrd-main-borders-top.gif') no-repeat top;
	position: relative;
}
#page-footer {
	width: 500px;
	height: 100px;
	margin: 0px;
	border: 0px solid #f00;
	background: url('images/bgrd-main-borders-bottom.png') no-repeat bottom;
}
* html #page-footer {
 	margin-top: 0px;
	background: url('images/bgrd-main-borders-bottom_02.gif') no-repeat bottom;
}
#page-main {
	width: 500px;
	margin: 0px;
	border: 0px solid #f00;
	background: #fff;
}
#content_main {
	margin: 0px;
	padding: 10px 30px;
	font-size: 0.75em;
	position: relative;
}
#logo-big {
	position: relative;
	left: 10px;
}
#logo-small {
	float: right;
	padding-left: 10px;
}
.bigger-p {
	font-size: 1.25em;
	margin: 25px 0 0 0;
	font-weight: bold;
}
p {
	
}
#private-label {
	position: absolute;
	top: 185px;
	left: 0;
	width: 100%;
	height: 101px;
	background: url('images/private-area_01.png') no-repeat center;
	z-index: 999;
}
* html #private-label {
	background: url('images/private-area_01.gif') no-repeat center;
}
p.submit-area {
	border: 0px solid #f00;
	width: 240px;
	margin: 40px 0 0 122px;
}
.submit-area a {
	display: block;
	float: left;
	width: 89px;
	height: 21px;
	padding: 2px 0px;
	margin-right: 25px;
	color: #dedede;
	background: url('images/bgrd-button_89px.gif') no-repeat top left;
}
.submit-area a:hover {
	color: #fff;
	background: url('images/bgrd-button_89px.gif') no-repeat bottom left;
	text-decoration: none;
}
.links-top {
	text-align: left;
	height: 50px;
	border-bottom: 1px solid #aaa;
}

a#schulterblick {
	width:138px; 
	height:138px; 
	position:absolute; 
	top: -34px; 
	right:-37px; 
	border: 0px;
}
a#schulterblick:hover {
	border: 0px;
}


/* twitter styles #####################################*/
#twitter_div ul#twitter_update_list li {
	list-style-type: none;
}
#twitter_div {
	background:transparent url(images/bgrd-twitter01_7801.gif) no-repeat scroll left top;
	color:#AAAAAA;
	font-size:11px;
	height:58px;
	line-height:9px;
	position:absolute;
	right:100px;
	text-align:right;
	top:-43px;
	width:380px;
}
#twitter-link {
	display: none;
}
#twitter_div a, a em.file {
	color: #ddd; 
	text-decoration:none;
	padding: 4px;
}
#twitter_div a:hover {
	background: none; 
	text-decoration:underline;
}
#twitter_div a:focus {
	background: none; 
	text-decoration:underline;
}

/* personal information ############################################### */
	#pers-info {
		background: #CCC;
		padding: 0px;
		margin: 20px 0;
		width: 430px;
		overflow: hidden;
		border: 0px solid #f00;
		color: #CCC;
		font-size: 10px;
		line-height: 14px;
		position: relative;
		top: 20px;
		clear: both;
		text-align: right;
	}
	#pers-info span {
		color: #CCC;
	}
	#pers-info a {
		background: #888 url('images/csla_pers-info-img.gif') no-repeat 10px -90px;
		overflow: hidden;
		float: left;
		padding: 10px 10px 0 75px;
		filter: alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65;
		color: #CCC;
		text-decoration: none;
	}
	#pers-info a:hover {
		background: #888 url('images/csla_pers-info-img.gif') no-repeat 5px 5px;
		filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
		border: 5px solid #777;
		padding: 5px 5px 0 70px;
	}
