body{
	margin: 0px;
	padding: 10px;
	font-family: sans-serif; 
	font-size: 16px; 
	background-color: #85bae8; 
	color: #000;
	list-style-type: none;
}

#bodybody{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

a img {
	border: 0 none;
}

a:link, a:visited{
	border: none;
	color: blue;
	text-decoration: none;
}

a:hover, a:active{
	color: red;
	text-decoration: none;
}

#menu a:link,#menu a:visited{
	border: none;
	color: #000;
	text-decoration: none;
}

#menu a:hover,#menu a:active{
	color: #2ae516;
	text-decoration: none;
}
h1{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}

#logo{
	background-image: url(../image/chrugail_logo.png);
	background-repeat: no-repeat;
	width:200px;
	height:200px;
	margin-bottom: 10px;
}

#seitenleiste{
	float:right;
}

#menu{
	width:200px;
	height:360px;
	background-image: url(../image/right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	margin-left: 10px;
	font-family: sans-serif;
	color:black;
	background-color: white; 
}

#menu_bottom{
	background-color: white; 
	background-image: url(../image/left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
	width:200px;
	height:50px;
}
#menu ul{
	padding: 0px;
	list-style-type: none;
}
#menu .hauptlink{
	padding-left: 5px;
	line-height: 1.8em;
	font-size: 16px;
	font-weight: bold;
}
#menu .unterlink{
	padding-left: 20px;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: normal;
}
#menu h3{
	margin-top: 30px;
	margin-left: 0px;
	width: 150px;
	padding: 0px;
}

#inhalt{
	clear: left;
	margin-left: 30px;
	width: 670px;
	min-height: 650px;
	background-color: #fff;
	background-image: url(../image/right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}

#inhalt_bottom{
	float:left;
	margin-left: 30px;
	width: 670px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #fff;
	background-image: url(../image/left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:50px;
}

#footer{
	clear: both;
	border: 0px none;
	width:500px;
	height:50px;
	padding-top: 10px;
	margin-left: auto;	
	margin-right: auto;
}

#rechtliches{
	font-size: 9px;
	color: #000;
	margin-left: 20px;
}

#mouseover a{
	display:block;
	height:33px;
	width:45px;
	background-image: url(../image/mail.png);
}

#mouseover a:hover{
	background-image: url(../image/mail_hover.png);
}

#logo_linux{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/linux_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_css{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/css_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_c{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/c_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_xhtml{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/xhtml_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_apple{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/apple_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_chrugail{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/chrugail.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}

#logo_windows{
	position: relative;
	top: 45px;
	left: 33px;
	background-image: url(../image/windows_logo.png);
	background-repeat: no-repeat;
	width:135px;
	height:135px;
}
#bash{
	padding-left: 20px;
	font-size: 14px;
	font-family: monospace;
	}

