/* 	===========================================
	ross-personalberatung.de
	default screen style
	(c) 2008 thomas breitner <mail@tombreit.de>
	*/

@import url(custom.css);

body {
	background-color: #DFDFDF; 
	font-size: 81%; 
	}
body * {
	font-size: 1em; 
	font-weight: normal; 
	}
* {
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 140%; 
	color: #333333;
	}

/* +++ fontsizes +++ */
h2 {
	font-size: 1.4em; 
	}
h3 {
	font-size: 1.1em; 
	}
#footer,
.image span {
	font-size: 0.8em; 
	}
#footer * {
	font-size: 1em; 
	}
/* +++ // fontsizes +++ */


#header {
	background-color: #DFDFDF; 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	position: relative; 
	height: 300px; 
	}

/* header -> custom.css */

h1 a, 
#subnav {
	width: 230px; 
	}
h1 {
	position: relative; 
	top: 140px; 
	}
h1 a {
	position: relative; 
	display: block; 
	height: 160px; 
	text-decoration: none; 
	text-indent: -9999em; 
	overflow: hidden; 
	
	background-color: #082976; 
	background-image: url(ross-signet.png); 
	background-repeat: no-repeat; 
	background-position: 50% 50%; 

	border-width: 0 2px 0 0; 
	border-style: solid;
	border-color: white; 
}
h1 span {
	display: block; 
	width: 200px; 
	height: 60px; 
	position: absolute; 
	
	text-indent: -9999em; 
	overflow: hidden; 
	background-color: transparent; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: 0 0; 
	left: 240px;
	top: 55px; 
	}


/* ==========================================
   ====	mainnav ===========================*/
#mainnav {
	position: relative; 
	top: -64px; 

	border-width: 2px 0 0 0; 
	border-color: white; 
	border-style: solid; 

	}
#mainnav div {
	width: 922px; 
	border-width: 0 0 2px 0; 
	border-color: white; 
	border-style: solid;
	}

#mainnav ul { 
	height: 40px; 
	}

#mainnav li {
	display: block; 
	float: left; 

	}
#mainnav a {
	display: block; 
	height: 38px; 
	padding: 2px 0 0 0;
	border-top: 0; 
	text-indent: -9999em; 
	list-style-type: none; 
	background-image: none; 
	background-repeat: no-repeat; 
	}

/* mainnav -> custom.css */

#mainnav li a:hover, 
#mainnav li.current a {
	padding: 0; 
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: white; 	
	background-image: url(mainnav-current.gif); 
	background-repeat: no-repeat;
	background-position: 50% 0; 
	}
/* +++ // mainnav +++ */



/* ==========================================
   ====	container ===========================*/
   
.container {
	background-image: url(bg_muster.gif); 
	background-repeat: repeat; 
	background-position: 0 0;
	}
.container .container {
	padding-left: 0; 
	background-image: url(bg_muster.gif); 
	background-image: url(bg.gif); 
	background-repeat: repeat-y; 
	border-width: 2px 0; 
	border-style: solid; 
	border-color: white;
	}
.container .container .container {
	width: 924px; 
	border-width: 0px; 
	background-color: transparent; 
	background-image: url(bg_subnav.gif); 
	background-repeat: no-repeat; 
	background-position: 61px 100%; 
	float: left; 
	}
.container .container .container .container{
	background-image: none; 
	border-width: 0 2px; 
	border-style: solid; 
	border-color: white; 
	margin: 0; 
	width: 690px; 
	float: right; 
	}



/* ==========================================
   ====	subnav ===========================*/
#subnav {
	width: 230px; 
	float: left; 
/*	background-color: blue; */
	}

#subnav ul {
	background-color: #DFDFDF;
	display: block; 
	margin: 10px; 
	border: 2px solid white; 
	padding: 2px 2px 2px 10px; 
	}
#subnav ul ul {
	background-image: none; 
	background-color: transparent; 
	border: none; 
	padding: 2px 2px 2px 10px; 
	margin: 0; 
	}
#subnav li {
	padding-top: 0.7em; 
	list-style-type: none; 
	}
#subnav li li {
	padding-top: 0.4em; 
	}
#subnav a {
	padding: 1px 10px 1px 4px; 
	display: block; 
	text-decoration: none; 
	}
#subnav a:hover {
	background-image: url(arrow.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 50%;
	text-decoration: underline; 
	}
#subnav a.current  {
	background-color: white; 
	background-image: url(arrow-gray.gif); 
	background-repeat: no-repeat; 
	background-position: 100% 50%;
	}
#subnav li a {
	border-width: 0 0 1px 0;
	border-style: dotted; 
	border-color: white; 
	}
#subnav li li a {
	border-bottom: none; 
	}
/* +++ // subnav +++ */



h2 *, 
h3 * {
	color: white; 
	}
	


h2 {
	padding: 0.3em 50px; 
	background-color: #FEC919; 
	background-image: url(bg_h2.gif); 
	background-repeat: no-repeat; 
	background-position: 96% 50%; 
	border-bottom: 2px solid white; 
	color: white; 
	text-align: right; 
	}
#content {
	padding: 0.1em 0 1em 0; 
	background-color: #FFF6B9; 
	text-align: justify; 
	}
#content p, 
#content ul, 
#content ol {
	padding: 0.1em 1.5em; 
	}
#content p {
	margin: 1em 0 0.5em 0; 
	}
#content ul, 
#content ol {
	margin: 1em 0 0.5em 2em; 
	text-align: left; 
	}
#content ul {
	list-style-type: square;
	}


.contentheader {
	padding: 0; 
	margin: 1em 0 0 0; 
	background-image: url(dddddd.png); 
	background-repeat: repeat-y; 
	background-position:  50%  0; 
	}
.contentheader .left p, 
.contentheader .right p {
	text-align: left; 
	}
.contentheader .left p {
	font-style: italic; 
	}
.contentblock {
	border-width: 1px ; 
	border-style: solid; 
	border-color: #D6D6D6;
	margin: 1px 0 1px 0; 
	} 	
#content .left, 
#content .right {
	display: block;  
	width: 47%; 
	}
#content .left {
	float: left;
	} 
#content .right {
	float: right;
	}

	
h3 {

	border-width: 0 0 1px 0 ; 
	border-style: solid; 
	border-color: white; 
	background-image: url(bg_h3.gif); 
	background-repeat: no-repeat; 
	background-position: 96% 50%; 
	background-color: #B4B4B4; 
	
	
	padding: 0.05em 50px;
	margin: 0 0 0.6em 0; 

	text-align: right; 
	color: white
	}








	
table {
	margin-left: 1em;
	padding: 0;  
	border-width: 1px; 
	border-style: solid; 
	border-color: white; 
	}
tr, 
td, 
tbody {
	padding: 0; 
	margin: 0; 
	}
td {
	padding: 0.1em 0.5em; 
	background-color: #DDDDDD; 
	}

.image {
	margin: 0 1.5em 0.5em 1em; 
	padding: 4px; 
	float: right; 
	border: 1px solid silver;  
	background-color: #fffada; 
	}
.image a {
	text-decoration: none; 
	}
.image span {
	display: block; 
	background: url(enlarge.png) no-repeat 100% 100%; 
	padding-top: 20px; 
	padding-right: 25px; 
	font-weight: normal; 
	color: blue; 
	text-decoration: none; 
	}
.image span em {
	display: none; 
	}
.image img {
	border: none; 
	}


.hr {
	clear: both; 	
	}
.hr hr {
	display: none; 
	}






#footer {
	background-color: #b4b4b4; 
	clear: both; 
	border-bottom: 2px solid white; 
	}
#footer * {
	color: #333333; 
	color: white; 	
	}
#footer div {
	background-color: silver; 
	display: block; 
	margin-left: 230px; 
	width: 690px; 
	border-width: 0 2px; 
	border-style: solid; 
	border-color: white; 
	height: 2em;  
	}
#footer ul {
	display: block; 
	}
#footer li {
	line-height: 2em; 
}
#footer a {
	text-decoration: none; 
	}
#footer a:hover {
	text-decoration: underline; 
	}

#footer #misc {
	width: 28%; 
	float: left; 
	padding-left: 0.6em;
	}
#footer #misc li {
	display: block; 
	float: left; 
	margin-right: 10px; 
	list-style-type: none; 

	}

#footer #breadcrumb {
	overflow: hidden; 
	height: 2em; 
	width: 70%; 
	float: right; 
	text-align: right; 
	padding-right: 0.6em; 
	}
#footer #breadcrumb li, 
#footer #breadcrumb ul {
	display: inline; 
	}
#footer #breadcrumb a {
	padding-left: 5px; 
	}
