/*  
Theme Name: TARCUS - widescreen october edition
Theme URI: http://www.h4x3d.com
Description: 2009 update october 01, 
Version: 1.2
Author: julian klewes
Author URI: http://www.h4x3d.com/
*/

/*

General styling

*/



/* new hr */



    /* <!-- */
	/* General styles */
	
	.left { float: left;}
	.right { float: right; }
	.alignleft { float: left; padding: 0 10px 10px 0; }
	.alignright { float: right; padding: 0 0 10px 10px; }
	.clear { clear: both; }
	.pad { padding-left: 30px; 
	
	.five { margin: 0 0 0 5px;}

 } 
 
 	/* images */
 	
	.col1 div.aligncenter {
		background-color: red;
		padding-left: 20px;
		padding-right: 20px;
		}
	div.aligncenter img { margin-left: auto; margin-right: auto; }
	


	
	/** FARBEN **/
	
	.rot strong { margin: 0; padding: 0; }
	.rot { color: rgb(194,45, 35); }
	.gruen { color: rgb( 26, 100, 42); }
	.leichgruen { color: rgb(217, 231, 209); }
	.leichtgrau { color: rgb(242, 242, 242); }
	.grau { color: rgb(216, 216, 216); }
	.grauer { color: rgb(165, 165, 165); }
	.dunkelgrau { color: rgb(128, 128, 128); }
	.schwarz { color: #333; }
	.dunkelschwarz { color: black; }

	
	/* zeilenabstand */
	.post {
	line-height: 15px;
	}
	/*inverse */
	
	.post img.left { float: left; margin-top: 4px; margin-right: 20px; border: 1px solid rgb( 26, 100, 42);}
	.post img.right { float: right; margin-top: 4px; margin-left: 20px; border: 1px solid rgb( 26, 100, 42);}
	.boxee { 
		background-color: rgb(217, 231, 209);
	   	border: 1px solid #d0ddc1;
	   	color:rgb(128, 128, 128);
	   	padding: 14px;
	   	width: 29em;
	 }
								.footer {
							   	 	clear:both;
							    	border-top:1px solid rgb(128, 128, 128);
								}
							
							    .footer p {
							        margin:1px 0 5px 5px;
							        padding: 0 0 5px 0;
							        color:rgb(128, 128, 128);
							        text-transform:uppercase;
							        font-size:10px;
							    }
							    
							    .footer a:link, .footer a:visited {
							        color:rgb(128, 128, 128);
							        padding-right: 19px;
							    }
							    
							    .footer a:hover {
							        color:#333;
							        text-decoration:none;
							    }

			
			#wrapper {
				background-color: white;
			    /* width:100%; /* 747 */
			    margin:7px 20px 20px 20px; /* 0 auto; nur 0 ist auch gut, aligned left then */
			}
			
			a:link, a:visited {
				text-decoration:none;
				color: rgb( 26, 100, 42);
			}
			
			a:hover {
			    text-decoration:none;
			}
				
	
	
    body {
    			font-family: Arial, "Trebuchet MS", sans-serif;
				font-size:11px;
        
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
    }

    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	/* Header styles */
	
	    #headerimage {
        clear:both;
        height:145px;
        /* border-top:1px solid #c1c1c1; */
        background-image:url(header.jpg);
        background-repeat:repeat;
        background-position:top left;
    	}
    	#headerimage a, #headerimage-institut a, #headerimage-ub a, #headerimage-unternehmen a 
    	{ display: block; height: 145px; width: 100%; }
    	
    	#headerimage span, #headerimage-institut span, #headerimage-ub span, #headerimage-unternehmen span 
    	{ display: none; }
    	
    	#headerimage-institut {
        clear:both;
        height:145px;
        /* border-top:1px solid #c1c1c1; */
        background-image:url(header-institut.jpg);
        background-repeat:repeat;
        background-position:top left;
    	}

		 #headerimage-ub {
        clear:both;
        height:145px;
        /* border-top:1px solid #c1c1c1; */
        background-image:url(header-ub.jpg);
        background-repeat:repeat;
        background-position:top left;
    	}
		
		/* changes 14.10.2009 this is the same as start */
 		#headerimage-unternehmen {
        clear:both;
        height:145px;
        /* border-top:1px solid #c1c1c1; */
        background-image:url(header.jpg);
        background-repeat:repeat;
        background-position:top left;
    	}

       
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		margin-bottom: 10px;
	}

	.left ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	.left ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	.left ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	.left ul li a:hover {
	    background:#369;
		color:#fff;
	}
	.left ul li a.active,
	.left ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	.left ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    /* background:#ff9;   */ 	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        /* background:#FFD8B7; */   	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 0 0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* WAS 170 Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:25px;  	/* WAS 45px; Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		/* border-top:1px solid #c1c1c1; A fancy border on top */
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    
						#sidebar_two {
						padding-top: 25px;
						font-family: Arial;
						color: #444;
						text-decoration: none;
						word-spacing: normal;
						text-align: left;
						line-height: 1.3em;
						font-size: 1em;
						/* width:16%; */
						width: 180px;
						float:right;
						margin:0 0 0 0;
						}
						
						.box { background:transparent url(box_bg.jpg) repeat scroll 0%;  margin-bottom: 20px; width: 180px;}
						
						.box .foot { background:transparent url(box_foot.jpg) repeat scroll 0%; height: 12px; width: 180px;}
						
						.box .text { margin: 0 10px 5px 10px; font-size: 11px; }
						.box .text1 { margin: 0 5px 5px 5px; font-size: 11px; }
						.box strong, .box strong a  { color: rgb(194,45, 35); font-weight: normal;}
						.box .text p {  font:11px/1.3 Arial, sans-serif; text-align: left; } 
						.twenty { height: 20px; }
						
						.box .text { padding-top: 5px; padding-left: 5px; padding-right: 8px; }

						#sidebar_two input {
						width:170px;
						}
						#sidebar_two a.linkopacity img , #sidebar_two a.linkopacity img  {
						border: 0;
						border-left: 2px solid #b6c2ab;}
						
						#sidebar_two a.linkopacity:hover img, #sidebar_two a.linkopacity:hover img {
						border: 0;
						border-left: 2px solid #aaa;
						}
						
						#sidebar_two a:link, #sidebar_two a:visited {
						   /* color:#333; conflicts with nac left */
						}
						
						#sidebar_two a:hover {
						    color:#7C946A;
						    text-decoration:none;
						}
						
					
#aufzaehlung ol { margin-left: 15px !important;}						}
#liste ul { margin-left: 15px !important;}
	
/********** start menu ************/
						
.menu_head1 {
			position: relative;
    		font-weight:bold;
			display: block;
			height: 30px;
			width: 163px;
			padding: 0 10px 0 10px;
			line-height: 30px; /* was 15 */
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: rgb( 26, 100, 42);
			border-bottom: 1px solid rgb( 26, 100, 42);
			cursor: pointer;
			margin: 4px 0 0 0;
}

.menu_head1 a { display: block; }

.menu_body {
	display:none;
	padding: 4px 0 0 0;
}
.menu_body a{
  height: 20px;
  /* display:block; */
  color: rgb(194,45, 35);
 /* padding-left:15px; */
  font-weight:normal;
  text-decoration:none;
  line-height: 16px;
}
.menu_body a:hover{
  color: #333;
  text-decoration: none;
  }
  
 


/********** end menu ************/
.white {
    		font-weight:bold;
			display: block;
			/* width: 170px; */
			padding: 0 10px 0 0;
			line-height: 30px; /* was 15 */
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: rgb( 26, 100, 42);
			border-bottom: 1px solid rgb( 26, 100, 42);
			cursor: pointer;
			margin: 4px 0 0 0;			
}	
				
#nav_ub, #nav_institut, #nav_tarcus, #nav_kontakt
{
margin-top: 4px;
margin-bottom: 4px;
margin-left: 0;
padding-left: 0;
list-style: none;
}

#sidebar_two ul {
list-style: none; 
margin: 0;
padding: 0;
}

.pagenav { }

/* 19 = ub, 39 = institut , 62 = unternehmen */

/* .page_item-19, .page_item-39, .page_item-62 { 
list-style-image: none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding-left:0px;
font-weight: bold;
color: black; }
*/

.page_item-19, .page_item-39, .page_item-62 { font-weight: bold; padding:0 10px; font-size: 12px;  			border-bottom: 1px solid rgb( 26, 100, 42); margin: 0 0 4px 0;  }


.page_item { 
list-style-image: none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding-left:20px;
line-height: 16px;
color: black; }

#sidebar_two .white li {
			border-bottom: 1px solid rgb( 26, 100, 42);
			}
#sidebar_two .white li.last {
			border-bottom: 0px solid #fff; 
			}
#sidebar_two .white li.page_item a { 
list-style-image: none;
list-style-position:inside;
list-style-type:none;
line-height: 30px;
color: rgb( 26, 100, 42);
}
#sidebar_two .white {
border-bottom: 0px solid #fff;
}

.page_item a { color: #333; /* war rot rgb(194,45, 35); */ }
.page_item a:hover { color: rgb(194,45, 35); /* kein underline border-bottom: 1px solid rgb(194,45, 35); */}

.page_item-0 a, .page_item-0 { 
list-style-image: none;
list-style-position:inside;
list-style-type:none;
margin:0;
padding-left: 20px;
padding-top: 0px;
background-image: url(clean_body_dot.jpg);
background-repeat: no-repeat;
background-position: 0;
color: #f97f00; 
}

.current_page_item {
padding-left: 20px;
padding-top: 0px;
background-image: url(clean_body_dot.jpg);
background-repeat: no-repeat;
background-position: 0;
color: #f97f00;  }

.current_page_item a { list-style-image: url(clean_body_dot.jpg);
color: rgb(194,45, 35);  }
.current_page_item a:hover { list-style-image: url(clean_body_dot.jpg);
color: #333;  }

.current_page_parent { }

/* removes border around objects in firefox */
* { outline: 0; }

form li.buttons input, #saveForm,  #searchsubmit {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
border:1px outset #CCCCCC;
color:#666666;
cursor:pointer;
font-weight:normal;
margin-top:3px;
padding-top:3px;
padding-right: 5px;
width:55px;
}

#sidebar_two input[type="submit"] {
width: 55px;
font-size: 11px;
}

#saveForm { width: 70px; }


#errorLi {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background:#FFFFFF none repeat scroll 0 0 !important;
border:0px solid white;
margin:0;
padding:0;
text-align:left;
width:99%;
}

form li.error {
background-color:#fff !important;
display:block !important;
margin-bottom:0px !important;
}

form li.error p.error {
display:none;
}
form p.error {
clear:both;
color: white !important;
display:none;
font-size:10px;
font-weight:bold;
line-height:10px !important;
margin:0 !important;
padding: 0 !important;
}

.embed .confirm h2 {
padding-bottom:0px;
}

.wufoo {font-family:Arial,"Trebuchet MS",sans-serif;} 

.wufoo h2 {
font-size:11px;
width: 510px;
}

.confirm .wufoo { text-align: left; }

.confirm h2 {
color: rgb( 26, 100, 42);
font-weight:bold;
margin:0;
padding:0px;
}

.info h2 { display: none; }

.wufoo .power { display: none; }

a.power:hover {
background-color:#fff !important;
border-color:#fff !important;
color:#FFFFFF !important;
}

.embed a.power {
background-color:#fff !important;
border-color:#fff !important;
color:#fff !important;
}
.wufoo .power {
display:none;
}

a.power {
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
background-color:#fff;
border:0px solid #fff;
color:#fff;
display:none;
font-size:0%;
line-height:0px;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width: thin;
padding:0;
text-align:left;
text-decoration:none;
visibility: hidden;
z-index: 0
}

form li.error label.desc { 
color:rgb(194,45, 35) !important;
}

#errorMsgLbl {
color:rgb(194,45, 35) !important;
font-size:11px;
margin:0;
padding:0;
}

form span.req {
color:rgb(194,45, 35) !important;
display:inline;
float:none;
font-weight:normal;
margin:0;
padding:0;
}


    /* --> */