@charset "utf-8";
/* CSS Document */

/* Allegemein */
* {
	padding: 0;
	margin: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}	
h1 {
	font-size: 120%;
	margin: 0 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	border-bottom: solid 1px #CCCCCC;
	}
h2{
	font-size: 100%;
	margin: 1em 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	}
h3 {
	font-size: 100%;
	margin: 1em 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	}
a:link {
	text-decoration: none;
	color: #333366;
	}
a:hover {
	text-decoration: none; 
	color: #AEAEC2;
	}
a:active {
	text-decoration: none;
	color: #333366;
	}
a:visited {
	text-decoration: none;
	color: #AEAEC2;
	}
p {
	margin: 0 0 1em 0;
	}


img {
	border: none;
	}
	
	
/* Container */
#container {
	width: 909px;
	height: auto;
	margin: 40px auto 0 auto;
	}
	
/* Header */
#header {
	height: 153px;
	background: url(../images/header2.png) no-repeat;
	}


/* Main */
#main {
	height: auto;
	background: url(../images/main3.png) repeat-y;
	float: left;
	}
#main img.logo {
	margin-top: -27px;
	margin-right: 40px;
	float: right;
	}
* html #main img.logo {
	behavior: url(pngbehavior.htc);
	width: 210px;
	height: 54px;
	position: relative;
	float: right;
	margin-right: 40px;
	}
.logo {margin-left /*\**/: 661px\9;}


#sub_navi {
	width: 182px;
	float: left;
	}
#sub_navi ul {
	padding: 60px 0 40px 60px;
	list-style-type: none;	
	}
#sub_navi ul li {
	line-height: 1.5em;
	}
/* Blog Teil */
#sub_navi .login {
	font-size: 70%;
	padding: 0 0 0 60px;
	}
#sub_navi form li{
	font-size: 80%;
	padding-top: 3px;
	}
#sub_navi .blog {
	margin-top: -60px;}
	
	
#content {
	width: 470px;
	float: left;
	}
#content ul li {
	list-style-type: none;
	float: left;
	}
#content p {
	clear: left;
	padding-top: 10px;
	}
#content p.blog_ausgabe {
	padding: 0 0 5px 0;
	}
#content img {
	margin: 10px 5px 0 10px;
	float: right;
	}
	

#content .logout {
	float: right;
	margin-right: 20px;
	color: #900;
	}
	
/* Foto Galerie */
#galerie {
	width: 690px;
	float: left;
	}
#galerie p {
	clear: left;
	padding-top: 27px;
	}
#galerie ul li {
	list-style-type: none;
	float: left;
	}
#galerie img {
	margin: 10px;

	}
	
	
#box_right {
	width: 257px;
	float: left;
	}
#box_right img {
	margin: 40px 0 0 10px;
	}
* html #box_right img {
	behavior: url(pngbehavior.htc);
	width: 210px;
	height: 210px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box1.png', sizingMethod='crop');
	background:none;*/
	}
#box_text {
	text-align: center;
	margin: -155px 60px 20px 30px;
	}
#box_text .klein {
	font-size: 90%;
	margin: 0  0.5em 0 0.5em;
	letter-spacing: 2px;
	}
#box_text .mittel {
	font-size: 120%;
	letter-spacing: 1px;
	}
#box_text .gross {
	font-size: 140%;
	margin: 1em 0 1em 0;
	}
	
/* Footer */
#footer {
	height: 124px;
	background: url(../images/footer2.png) no-repeat;
	clear: left;
	}
#footer img {
	width: 154px;
	height: 132px;
	padding-left: 19px;
	margin-top: -40px;
	float:left;
	}
* html #footer img {
	behavior: url(pngbehavior.htc);
	width: 154px;
	height: 132px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 18px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chica1.png', sizingMethod='crop');
	background:none;*/
	}
#footer ul li {
	padding: 40px 0 0 184px;
	list-style-type: none;
	}
