/* basis.css */
/* studienstiftung-hamburg.de */

.breaker{overflow:hidden;height:1px;clear:both}

a { text-decoration:none;color:#333333; }
a:hover { text-decoration:underline;color:#666666; }
h1 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
}
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 0 0 5px;
	padding:0;
	line-height: 150%;
	color: #000000;
	background-image: url(../img/backlinien.gif);
}
.formueberschriften { 
	font-size:10px;	
}
#globalcontainer {
	width:740px;
	margin: 0 auto; 
}
#stiftung_randoben {
	width:740px;
	height:23px;
	margin-top: 15px;
	background-image: url(../img/randoben.gif);
}
#stiftung_logozeile {
	width:740px;
	height:89px;
	background-image: url(../img/logozeile.gif);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#stiftung_nav {
	width:740px;
	text-align:center;
	color:#333399;
	height:24px;
	background-color: #93A5D7;
	padding-top: 5px;
}
#stiftung_nav a{
 text-decoration:none;color:#333399; 
}
#stiftung_nav a:hover{
 text-decoration:underline;color:#FFFFFF; 
}
#stiftung_nav img {
	float:none;
	margin:0px;
}
#stiftung_content {
	width:700px;
	margin:0;
	text-align: left;
	padding: 20px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#stiftung_footer {
	font-size: 11px;
	width: 720px;
	height: 23px;
	background-image: url(../img/randunten.gif);
	padding-top: 2px;
	padding-left:20px;
	text-align:left
}
#stiftung_footer a{
 text-decoration:none;color:#333399; 
}
#stiftung_footer a:hover{
 text-decoration:underline;color:#FFFFFF; 
}

