@charset "utf-8";
/*CSS for www.sculpturalengineer.com*/

body 	{
    		font-family: Georgia, "Times New Roman", Times, serif;
    		font-size: 12px;
    		color: #000;
			letter-spacing:1px;
			margin:0;
			padding:0;
			background:#000;
			}
p  			{padding:0; margin:0;} ul {padding-left:30px; margin:0;}

a 			{text-decoration:none; border:none;}
			
div			{padding:0; margin:0;}

input, textarea, select {
			border:1px solid #11494b;
			padding: 3px 5px;
			font-size:12px;
			font-family: Arial;
			}
			
a:link 		{color: #000; text-decoration:underline;}
a:visited 	{color: #000; text-decoration:underline;}
a:hover 	{color: #c9c9c9; text-decoration:underline;}
a:active 	{color: #000; text-decoration:underline;}

a img		{border:none; opacity:1.0; moz-opacity:1.0; filter:Alpha(opacity=100);}
			
a:hover img {border:none; opacity:0.8; moz-opacity:0.8; filter:Alpha(opacity=80);}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0 0 5px -2px;
	padding:0;
}

h1 {font-size: 21px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

h5 {font-size: 16px; margin:0; padding:0; line-height:8px;}

hr {
	border:0;
	width:100%;
	color:#000;
	background-color: #000;
	height: 1px;
}

/* CONTAINER DEFINITIONS */

#centeringcontainer {
	width:887px;
	height:634px;
	margin:auto;
	background:url(../layout/background1.jpg);
}

#menu {margin:264px 0 0 22px; float:left;}

/*Menu*/

#menu ul {padding:0; margin:0; list-style-type:none;}
#menu li {
	width:144px;
	padding:4px 0 4px 10px;
	background:#746d6f;
	margin-bottom:10px;
}

#menu a {color:black;font-size:13px; text-decoration:none;}
#menu a:hover, .menu-current {font-weight:bold !important;}

/*Content*/

#content {/* Für Template mit Bild*/
	float:left;
	width:314px;
	height:299px;
	margin:258px 0 0 22px;
	padding:10px;
	overflow:auto;
}

#content2 { /* Für Template ohne Bild*/
	float:left;
	width:600px;
	height:420px;
	padding:15px 20px 12px 16px;
	margin:109px 0 0 40px;
	overflow:auto;
	overflow-x: hidden;
	font-family: Arial;
    font-size: 12px;
}

/*Foto Slide*/

#slide {
	float:left;
	width:285px;
	height:382px;
	background:white;
	margin:229px 0 0 26px;
}

#footer {
	position:absolute;
	top:610px;
	margin:-7px 0 0 28px;
	color:white;
	font-size:11px !important;
}

.float_breaker {clear:both;}