/*
Theme Name: raybestos
Theme URI: http://www.raybestos.de
Description: webseite
Version: Container Regeln
Author: ® 2007, Ansgar Hiller, Planet Pixel, Köln
*/


/* GLOBAL LAYOUT RULES
---------------------------------------------------------------------------------------------------- */

/* body */

body {
	background-color:#ECEDED;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body, form, div, table, td, tr, img, li, a, ul, p  { margin:0px; padding:0px; }

img { border:0; }

#container {
	position:relative;
	width:832px;
	margin: 0px auto;
}

#intro {
	position:relative;
	width:599px;
	height:183px;
	margin: 150px auto;
	background-color:#FFFFFF;
}
#intro-top {
	top:0px;
	left:0px;
	margin: 0px;
	width:599px;
	height:116px;
}
#intro-bottom {
	top:0px;
	left:16px;
	margin: 0px 16px;
	width:567px;
	height:67px;
	background-image: url(../images/bg_intro_2.gif);
}
.foot-intro{
	margin: 4px 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
}
/* Sprache wählen buttons */

#language {
	position:relative;
	width:371px;
	height:18px;
	float: left;
	margin: 0px;
	background-color:#FFFFFF;
}
#language p {
	width:100px;
	height:16px;
	float: right;
	margin-right:4px;
	background-color:#FFFFFF;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}
#language .linkbox {
	width:21px;
	height:16px;
	float: right;
	margin-right:2px;
	background-color:#666666;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
#language .linkbox-active {
	width:21px;
	height:16px;
	float: right;
	margin-right:2px;
	background-color:#F5E000;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
#language .linkbox a {position:relative; top:3px;}
#language .linkbox-active a {position:relative; top:3px; color:#000000; text-decoration : none;}

#language .linkbox a:link {color:#FFFFFF; text-decoration : none;}
#language .linkbox a:visited {color:#FFFFFF; text-decoration : none;}
#language .linkbox a:active {color:#FFFFFF; text-decoration : none;}
#language .linkbox a:hover {color:#F5E000; text-decoration : none;}

/* Top Navigation */

#topnavi {
	width:431px;
	height:18px;
	float: left;
	margin: 0px;
	background-image: url(../images/bg_topnavi.gif);
}
#topnavi li {
	position:relative;
	top:3px;
	display:inline;
	list-style: none;
	font: bold 9px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 6px;
}
#topnavi .link-active a {color:#666666; text-decoration : none;}

#topnavi .link a:link {color:#000000; text-decoration : none;}
#topnavi .link a:visited {color:#000000; text-decoration : none;}
#topnavi .link a:active {color:#000000; text-decoration : none;}
#topnavi .link a:hover {color:#666666; text-decoration : none;}

/* Kopfgrafik (.swf) */

#swf {
	width:802px;
	height:103px;
	float: left;
	margin: 0px;
}

/* Haupt-Navigation */

#navigation {
	background-color:#FFFFFF;
	position:relative;
	width:800px;
	float: left;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/bg_tile_menue.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Textsuche */
.textsuche {
	width:145px;
	height:18px;
	font-size: 11px;
	border: 1px solid #333333;
	padding:3px 0px 0px 3px;
}

#quicknavi-container{
	width:184px;
	float: left;
	margin: 15px 0px 0px 9px;
}

.quicknavi {
	width:145px;
	height:18px;
	font-size: 11px;
	padding:3px 0px;
	margin: 0px 0px 10px;
}
.suche-button {
	background-color:#000000;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding:0px 5px;
}
.suche-button a {color:#CCCCCC; text-decoration : none;}

.suche-button a:link {color:#CCCCCC; text-decoration : none;}
.suche-button a:visited {color:#CCCCCC; text-decoration : none;}
.suche-button a:active {color:#CCCCCC; text-decoration : none;}
.suche-button a:hover {color:#FFFFFF; text-decoration : none;}

/* Ränder */

#outer-left {
	float: left;
	top:0px;
	left:0px;
	margin: 0px;
	width:15px;
	height:187px;
}
#outer-right {
	float: right;
	top:0px;
	left:817px;
	margin: 0px;
	width:15px;
	height:187px;
}

/* Content Container */

#content {
	background-color:#FFFFFF;
	position:relative;
	width:802px;
	float:right;
	margin: 0px 15px;
}

/* Footer */

#footer {
	position:relative;
	width:802px;
	float: left;
	margin: 4px 15px 20px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
}