/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Georg Torges (kein_bluemchen@gmx.de) for 1und1 Website Award
 ----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
  
/*--- Body ---*/

body#main_body {
	background: #DAD8CF url(../images/background.jpg) repeat-x;
	text-align: center;
}


/*--- Absaetze ---*/

.content p {
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	color: #000000;
	text-align: justify;
	color: #000000;
}

/*--- Überschriften ---*/

.content h1 {
	margin: 10px 0px 15px 0px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	font-style: normal ;
	text-decoration: none;
	font-weight: bold;
	color: #EA5623;
}

.content h2 {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 14px;
	font-style: normal ;
	text-decoration: none;
	font-weight: bold;
	color: #EA5623;
}

.content h3 {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-style: normal ;
	text-decoration: none;
	font-weight: bold;
	color: #EA5623;
}

.content h4 {
	margin: 14px 0px 6px 0px;
	font-weight: bold;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-style: normal ;
	text-decoration: none;
	font-weight: bold;
	color: #EA5623;
}

/*--- Links ---*/

.content a:link {
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: bold;
	text-decoration: none;
	color: #EA5623;
}

.content a.abullet:link 
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/bullet_link_button.gif) no-repeat;
	background-position: top left;
}

.content a.abullet:visited
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/bullet_link_button.gif) no-repeat;
	background-position: top left;
}

.content a.abullet_active
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/button_link_active.gif) no-repeat;
	background-position: top left;
}

.content a.abullet_active:link
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/button_link_active.gif) no-repeat;
	background-position: top left;
}
.content a.abullet_active:hover
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/button_link_active.gif) no-repeat;
	background-position: top left;
}

.content a.abullet_active:visited
{
	color: #000000;
	text-decoration: none;
	padding-left:20px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/button_link_active.gif) no-repeat;
	background-position: top left;
}

.content a.abullet:hover {
color: #000000;
text-decoration: underline;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/bullet_hover_button.gif) no-repeat;
	background-position: top left;
}


.content a:visited {
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: bold;
	text-decoration: none;
	color: #EA5623;
}

.content a:active {
	font-size: 12px;
	text-decoration: underline;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: bold;
	text-decoration: underline;
	color: #EA5623;
}
.content a:hover {
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: bold;
	text-decoration: underline;
	color: #EA5623;
}

/*--- Tabellen ---*/

.content table {
	font-size: 12px;
	/*width: 500px;*/
	margin: 20px auto 20px auto;
	/*border: 0;*/
	border-collapse: collapse;
}

.nopad
{
	padding:0;
	margin:0;	
}

.content tr {
	font-size: 12px;
}

.content tr.odd {
	font-size: 12px;
}
.content tr.even {
	font-size: 12px;
}
.content th {
	font-size: 12px;
	padding: 1px 5px 1px 10px;
}

.content td {
	font-size: 12px;
	padding: 1px 5px 1px 10px;
}
/*--- Forms ---*/

.content fieldset {
	border: 3px solid #000000;
}
.content input {
	border: 1px solid #EAEAEA;
	background: url(../images/input_background.gif) no-repeat;
	font-family: Arial,sans-serif; 
	font-size: 13px;
	padding-left: 6px;
}
.content textarea {
	font-family: Arial,sans-serif; 
	font-size: 13px;
	border: 1px solid #EAEAEA;
	background: url(../images/input_background.gif) no-repeat;
	overflow: auto;
	padding-left: 6px;
}
.content button {
	height: 18px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
	background-color: #DCE0E6;
	color:#000000;
	text-align: center;
	font-family: Arial,sans-serif; 
	font-size: 12px;
	line-height: 15px;
}
.content select {
	border: 1px solid #EAEAEA;
	background: url(../images/input_background.gif) no-repeat;
	font-family: Arial,sans-serif; 
	font-size: 13px;
}

/*--- Listen ---*/

.content ul {
	margin: 20px 0px 20px 40px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 12px;
}

.contactTable 
{
	border-width:0px;		
}

.contactTable tr
{
	border-width:0px;		
}

.contactTable td
{
	border-width:0px;	
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 12px;	
}

.content ol {
	margin: 20px 0px 20px 40px;
}

/*--- other ---*/

.content b {
	font-weight: bold;
}
.content strong {
	font-weight: bold;
}

/*--- Stile für bestimme Klassen und IDs ---*/

#container {
padding: 30px 30px 10px 30px;
background-color: white;
margin: 0 auto;
margin-top: 20px;
margin-bottom:20px;
padding-top: 12px;
border: 1px solid #555555;
text-align: left;
width: 720px;
}

#sub_container2 {
	margin: 0;
	padding: 0;
}

#sub_container1
{
	padding-left:10px;
}

#content_container {
	width: 500px;
	z-index: 100;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*--- HEADER ---*/

#header	{
height: 220px;
margin-bottom: 20px;
}
#slogan {
	position: absolute;
	font-weight: bold;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#logo {
	position: absolute;
	top: 169px;
	margin-left: 39px;
	width: 228px;
	height: 68px;
	background: url(../images/logo.gif) no-repeat;
}
/*--- ENDE HEADER ---*/

/*--- MAIN NAVIGATION ---*/

#main_nav_container {
position: absolute;
top: 39px;
width:170px;
height:200px;
margin-left: 530px;
}
#main_nav_list {
margin: 0px;
margin-top:18px;
margin-bottom: 0px;
list-style-type: none;
}


#main_nav_list a {
display: block;
border-bottom: 1px dashed #BFBFBF;
padding-left: 45px;
line-height: 18px; 
vertical-align: middle;
background-repeat: no-repeat;
}


#main_nav_list a.main_nav_item {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/main_nav_link_button.gif) no-repeat;
	background-position: top right;
}



#main_nav_list a.main_nav_item:hover {
color: #000000;
text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/main_nav_hover_button.gif) no-repeat;
	background-position: top right;
}

#main_nav_list a.main_nav_active_item {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/main_nav_active_button.gif) no-repeat;
	background-position: top right;
}

/*--- ENDE MAINNAVIGATION ---*/

/*--- Suche---*/

#content_search_container {
position: absolute;
top:212px;
width:168px;
height: 30px;
margin-left: 530px;
border: 1px solid white;
padding-top: 10px;
}
#content_search_caption {
display: none;
}
#content_search_container button {
width: 56px; 
margin-left: 5px; 
}
#content_search_container input {
width: 82px;
margin-left: 8px;
}

/*--- LEFT COLUMN ---*/

#left_column_container {
float: right;
width: 194px;
margin-top:-20px;
margin-left: 20px;
vertical-align: top;
}

/*--- SUB NAVIGATION ---*/

.sub_nav_container {
width: 180px;
min-height: 20px;
margin-bottom: 20px;
padding-bottom: 1px; 
background: url(../images/sub_nav_background.jpg) no-repeat bottom;
}
.sub_nav_list {
background-color: #FFFFFF;
margin: 0px 6px 8px 4px;
padding: 16px 0px 20px 0px;
list-style-type: none;
}

 .sub_nav_list a {
display: block;
border-bottom: 1px dashed #000000;
border-bottom: 1px dashed #BFBFBF;
padding: 0px 0px 1px 45px;
background-color: transparent;
line-height: 18px;
background-repeat: no-repeat;
}

a.sub_nav_item {
color: #000000;
text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/sub_nav_link_button.gif) no-repeat;

}

a.sub_nav_item:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/main_nav_hover_button.gif) no-repeat;
}

a.sub_nav_active_item {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	background: url(../images/buttons/sub_nav_active_button.gif) no-repeat;
}

/*--- ENDE LEFT_COLUMN_CONTAINER ---*/

/*--- FOOTER ---*/

#footer {
margin-top: 30px;
border-top: 1px dashed #D4D4D4;
clear: both; 
}
#footer_text {
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-style: normal ;
	font-weight: normal ;
	text-decoration: none;
	margin-top: 4px;
	text-align: center;
	font-size: 11px; 
	color: #000000;
}


/*------------------- New Classes---------------------------*/
.key_visual_1 {
	width: 720px;
	height: 220px;
   background: url(../images/banners/banner1.jpg) no-repeat;
}

.key_visual_2 {
	width: 720px;
	height: 220px;
   background: url(../images/banners/banner2.jpg) no-repeat;
}

.paraImg
{
	clear:left;
	float:right;	
	padding-left:6px;
	padding-bottom:2px;
}

.key_visual_3 {
	width: 720px;
	height: 220px;
   background: url(../images/banners/banner3.jpg) no-repeat;
}

.key_visual_4 {
	width: 720px;
	height: 220px;
   background: url(../images/banners/banner4.jpg) no-repeat;
}

.inlineHeading
{
	font-size:14px;
	font-weight:bold;
	color:#EA5623;	
}

.borderDash
{
	border-top: 1px dashed #777777; 	
}

.borderDash tr
{
	border-width:0px;
}

.borderDash table
{
	border-width:0px;
}

.borderDash td
{
	border-width:0px;
	font-size: 12px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
}

#hp_boxout
{
	background-image: url(../images/boxout_background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:407px;
}

#hp_boxout2
{
	background-image: url(../images/boxout_background2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:150px;
}

#hp_boxout3
{
	background-image: url(../images/boxout_background3.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:320px;
}

.innerPad
{
	padding-left:10px;
	padding-top:8px;
	padding-bottom:0px;
	margin-bottom:0;
	
}

.accordionHeader
{
	background-image: url('../images/panelheader.gif');
	background-position:center left;
	background-repeat:no-repeat;
	font-weight:bold;
	height:40px;
	padding:0px;
	margin:0px;
	text-align:left;
}

.accordionLinkTitle
{
	padding:11px 0 0 20px;
	font-size:12pt;
	color:#575757;
	font-weight:normal;
	text-align:left;
}

.accordionContentInner h3
{
	color:#575757;
	margin-bottom:0;
	margin-top:3px;
}

.accordionHeader a:hover
{
	text-decoration:none;
}

.accordionContent
{
	padding-left:10px;
	padding-right:14px;

}

.noPad
{
	padding:0;
	margin:0;	
	font-size:12pt;
	color:#575757;
	font-weight:normal;
	text-align:left;	
}

.accordionContentInner
{
	background-color:#DDDDDD;	
	border: solid 1px black;
	padding:10px;
}


.accordionLink
{
	color:Black;	
}

.accordionLink:hover
{
	text-decoration:underline;	
}

.accordionLink:visited
{
	color:Black;	
}

.imgpad
{
	margin:0;
	padding:0;	
}

.tblpad
{
	margin:0;
	padding:0;	
}

.tblpad td
{
	padding:0;	
}

#marqueecontainer{
	position: relative;
	width: 158px; /*marquee width */
	height: 300px; /*marquee height */
	overflow: hidden;
	border: 1px solid black;
	background-color:#DDDDDD;
	padding-left:2px;
	margin-left: 8px;
}

#vmarquee div
{
	background-color:#DDDDDD;	
	width:100%;
	height:300px;
	padding:0;
	margin:0;
}

#vmarquee2 div
{
	background-color:#DDDDDD;	
	width:100%;
	height:306px;
	padding:0;
	margin:0;
}

#vmarquee2 div p
{
	padding:2px;
	text-align:left;
}

#vmarquee div p
{
	padding:2px;
	text-align:left;
}

.innerPad h2
{
	font-size:17px;
	padding-bottom:4px;
	margin-bottom:0;
	padding-top:4px;
	margin-top:0;
	font-weight:normal;
	color:#575757;	
}

.divHeading
{
	font-size:16px;
	font-weight:bold;	
	color:#575757;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	border-bottom:solid 1px #575757;
	width:156px;
	padding-top:4px;
	padding-bottom:0px;
}

.paneInnerImage
{
	border: solid 1px #000000;
	float:right;
	margin-left:8px;	
}

.boxoutcontainer{
	width: 158px; /*marquee width */
	height: 300px; /*marquee height */
	overflow: hidden;
	border: 1px solid black;
	background-color:#DDDDDD;
	padding-left:2px;
	margin-left: 8px;
	text-align:center;
}

.boxoutcontainer img 
{
	border: 1px solid black;
	margin-top:15px;
	margin-bottom:15px;
}

.boxImg
{
	margin-top:5px;
	margin-bottom:5px;	
}

.portfolioImage
{
	margin-left:15px;
	float:right;
	border-width:0;
}

.portfolioBack
{
	background-image: url('../images/portfoliobg.gif');
	background-position:top left;
	background-repeat:no-repeat;
	width:498px;
	height:196px;
}

.portfolioBack h1
{
	font-weight:normal;
	color:#575757;
	padding-left: 15px;
	margin-bottom:0;
	padding-bottom:5px;
	padding-top:10px;
	margin-top:0px;
}

.portfolioBack p
{
	margin-left: 15px;
	margin-right: 19px;
	border: 1px solid black;
	background-color:#DDDDDD;
	padding:5px 2px 5px 2px;
	margin-top:0px;	
}

.skills
{
	border: 1px solid black;
	background-color:#DDDDDD;	
}

.qualimg
{
	border: 1px solid black;
	float:right;
	margin-left:5px;		
}

#footer_text a
{
	color:#000000;
	text-decoration:none;	
}

#footer_text a:hover
{
	text-decoration:underline;
	color: #EA5623;	
}

.leftever
{
	text-align:left;	
}

#hp_boxoutadd
{
	background-image: url(../images/boxout_background4.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:204px;
}

#marqueecontaineradd{
	position: relative;
	width: 158px; /*marquee width */
	height: 184px; /*marquee height */
	overflow: hidden;
	border: 1px solid black;
	background-color:#DDDDDD;
	padding-left:2px;
	margin-left: 8px;
}

#vmarqueeadd div
{
	background-color:#DDDDDD;	
	width:100%;
	height:306px;
	padding:0;
	margin:0;
}

#vmarqueeadd div p
{
	padding:2px;
	text-align:left;
}
