/*
------------------------------------------------------------
Site: Antonin - Zauberer  /  www.1a-magic.ch
Start: Dezember 2009
letzte Aenderung: Dez. 2009
Autor: martin kessler - kema 
CSS:  Bildschirm.css zuständig für die Bildschirmdarstellung
------------------------------------------------------------
*/

*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #FFC;
	background-color: #1E2F5F;
	text-align: center;
	background-position: top center;
}


#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 200px;
	/* background-color:#BBBDA4;
	/* background-image: url(../../MM/1amagic/jpg/1amagic_Text_03.png); */
	background-repeat:no-repeat;
	background-image: url(../Bilder/Header%20Requisitenbau.png);
}
#header:hover {
	background-repeat: no-repeat;
}

#header h1 {
	background-image: url(../Bilder/Header%20Requisitenbau.png);
	background-repeat: no-repeat;
	height:120px;
	text-indent: -2000px;
	width: 285px;
}

#navigation {
	height: 30px;
	background-color:#ffb03b;
	color: #d6df8e;
}

#navigation ul {
	text-align:center;
	padding-top: 6px;
}

#navigation li {
	display: inline;
}

#navigation a {
	font-weight: bold;
	text-decoration:none;
	font-size: 13px;
	padding: 17px 17px;
}
#navigation a:hover {
	font-size: 15px;
	background-color: #ffb03b;
} 

#maincontent {
	padding-top: 20px;
	height: 1%;
	background-color: #daceb1;
	color: #54534B;
	padding-bottom: 10px;
	background-position: 70px 120px;
}
#maincontent h2 {
	margin-left: 15px;
	color:#333;
}
#maincontent h3 {
	margin-top: 10px;
	margin-left: 15px;
	color:#333;
}

#maincontent p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	height: 1%;
	margin-right: 100px;
}

#sidebar {
	background-color: #d6df8e;
	width: 200px;
	float: right;
	padding-top: 150px;
	padding-left: 0px;
	color: #666666;
	height: 600px;
}

#sidebar h4 {
	padding-left:10px;
	padding-top: 30px;
	font-size: 18px;
}
#sidetitel_01 {
	padding-left: 10px;
	height: 1%;
	font-size: 12px;
}
#sidetitel_02 {
	height: 1%;
	padding-left: 10px;
	font-size: 12px;
}


#sidepixbox_01 {
	background-image:url(../Bilder/Speed%20Table%20150x150.jpg);
	background-repeat:no-repeat;
	float: none;
	height: 152px;
	width: 152px;
	border: 2px solid #CCC;
	margin-top:5px;
	margin-left:25px;
	margin-bottom:0px;
	margin-right: 10px;
	background-position: center;
}
#sidepixbox_01:hover {
	background-image: url(../Bilder/Speed%20Table%20150x150.jpg);
	background-repeat: no-repeat;
}


#sidetext_01 {
	padding-left:25px;
	height: 1%;
	padding-bottom: 20px;
	font-size: 11px;
}

#sidebar h5 {
	padding-left:5px;
}

#sidepixbox_02 {
	background-image:url(../Bilder/Kartenpresse150%20x150.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 152px;
	width: 152px;
	border: 2px solid #CCC;
	margin-top:5px;
	margin-left:25px;
	margin-bottom:0px;
	margin-right: 10px;
	background-position: center;
}
#sidepixbox_02:hover {
	background-image: url(../Bilder/Kartenpresse150%20x150.jpg);
	background-repeat: no-repeat;
}


#sidetext_02 {
	padding-left:25px;
	height: 1%;
	padding-bottom: 25px;
	font-size: 11px;
}



#footer {
	margin-left: 0px;
	padding-top: 10px;
	background-color: #ffb03b;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	color: #660033;
}
