@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

/*	-------------------------------------------------------------
 
	COMMUNICATION AGENCY
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Description:Base cascading style sheet
	Nom:screen.css
	Version:1.0
	Date:
 
	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/simonbouchard/portfolio
	Copyright ©2009 Simon Bouchard <info@simonbouchard.com>
 
-------------------------------------------------------------	*/

/*	-------------------------------------------------------------
	IMPORT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("orange.css"); /* You can choose between "blue, brown, green and orange" theme */

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
overflow-y: scroll;
	 }


html {}
		
ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }
	
blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	
	
	color: #666;
	font-size:67%;
	line-height: 18px;
	background: #a9aaae url("../images/bg_body.jpg") no-repeat center top; } 

 
/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	margin: 0;
	outline: 0; }
 
a, a:visited, a:active {
	text-decoration: none; }
 
a:hover {
	color: #666;
	text-decoration: none; }
  
/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


 
h1 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h2 {
	font-weight: normal;
	margin: 15px 0 10px; }
 
h3 {
	font-weight:bold;
	font-size:1.1em;
	margin: 20px 0 0 0;}

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: relative; }
 
.clearandspace {
	clear: both;
	font-size: 0;
	height: 20px;
	line-height: 0;
	position: relative; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

.clearfix { display:inline-block; }
	
/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */
 
/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	margin: 0 auto;
	padding:60px 0 0 0;
	width: 100%;
	background: transparent; }
 
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 998px; }
 
.header {
	position: relative;
	margin: 0;
	height:91px;
	width: 998px; }

.sub-header {
	margin: 0 0 25px 0;
	height:350px;
	width: 970px;
	border-bottom: 10px solid #ccc; }
	
.sub-header-content {
	margin: 0 0 10px 0;
	height:270px;
	width: 970px;
	border-bottom: 5px solid #cccccc; }

.content {
	/* padding:0 14px 40px 14px; */
	/* width: 998px; */
	/* background: url("../images/bg_content.png") no-repeat bottom left; */
    /* NEU 2020 */
    background: #FFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px rgba(0,0,0, 0.25);
    margin: 0 14px 40px 14px;
    padding-bottom: 40px;
 }

.content-text {
	margin:0 auto;
	padding:0;
	font-size:14px;
	width:900px; }

.footer-text {
	margin: 10px 0 10px 0;
	padding:0;
	width: 998px;
	font-size:0.9em;
	text-align:center;
	background:none; }

/*	-------------------------------------------------------------
	INTERFACE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* HEADER */
.header h1 {
	position:absolute;
	top:45px; /* adjust this position for your logo */
	left:45px;
	margin: 0;
	padding:0;
	width: 290px;
	height:41px;
	text-indent:-9999px;
	background:transparent url("../images/logo.png") no-repeat 0 0; }

.nav {
	position:absolute;
	top:27px;
	left:40px;
	margin:0;
	padding:0; }

.nav li {
	float:left;
	width:auto;
	margin:0 15px;
	background:transparent; }

.nav li a {
	color:#fff !important;
	font-size:1.2em;
	text-transform:none;
	background:transparent; }

.nav li span {
	color:#fff !important;
	font-size:1.2em;
	text-transform:none;
	background:transparent;
    text-decoration: underline; }

.nav li strong {
	color:#fff !important;
	font-size:1.2em;
	text-transform:none;
	background:transparent;
    text-decoration: underline; }

.nav li a:hover, .header .nav li .active {
	background:transparent;
	color:#FFFFFF;
	text-decoration:underline; }
	

.nav_footer {
color:#666666;
padding-bottom:40px;
text-align:center;
margin:0px 0px 0px 0px;}

#footer {
width:970px;
height:40px;
margin:auto;
text-align:right;



}


.nav_footer ul{
float:right;
margin-right:20px;
	

	 }



.nav_footer li {
float:left;
	

	margin:0 5px;
	background:transparent; }

.nav_footer li a {
	color:#666666 !important;
	font-size:1.2em;
	text-transform:none;
	background:transparent; }

.nav_footer li a:hover, .nav_footer li .active {
	background:transparent;
	color:#666666;
	font-size:1.2em;
	text-decoration:underline; }	

/* FRONTPAGE */ 
#front-left, #front-mid {
	float:left;
	font-size:14px;
	width:30%;
	padding:10px 10px 0 0;
	margin:0;
	border-right: 1px solid #cccccc; }

#front-right {
	float:left;
	width:30%;font-size:14px;
	padding:10px 10px 0 0;
	margin:0;
	 }


#front-left h2, #front-mid h2, #front-right h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:
	margin:0;
	color:#444 !important; }


#front-mid {
	padding:10px 20px 0 20px;  }

#front-right {
	padding:10px 0 0 20px;
	background:none;  }

/* COL-LEFT */
#col-left {
	float:left;
	width:250px;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	color:#666666;
	background:transparent url("../images/col_sep.gif") no-repeat top right; }

#col-left h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding:5px 0 5px 13px;
	border-left:6px solid #A9180D; }

.content-left {
margin-left: 20px;

font-size: 1.4em;

}

.content-left h1 {
margin-left: -22px;


}

#col-left ul {
	padding:0;
	margin:20px 0 0 0; }

#col-left ul li {
	padding:0;
	margin:5px 0 0 22px;
	font-size:1.4em;
	color:#A9180D; }

#col-left ul li a {
	padding:0;
	margin:0;
	
	color:#666666 !important; }

#col-left ul li a:hover, #col-left ul li a.selected {
	color:#A9180D !important;}
			
/* COL RIGHT */ 	
#col-right {
	float:left;
	width:630px;
	margin:0;
	font-size:1.4em;
	padding:40px 40px 10px 50px; 
}


#col-right_small {
	float:left;
	width:390px;
	margin:0;
	font-size:1.4em;
	padding:40px 40px 10px 50px; 
}
#col-full {
	float:left;
	width: 880px;
	margin:0;
	font-size:1.4em;
	padding:40px 40px 10px 50px;
}
#col-small {
	float:left;
	width: 380px;
	margin:0;
	font-size:1.4em;
	padding:40px 40px 10px 50px;
}
	
	
#col-right img {
	padding:2px;
	border:0px solid #cccccc; }	

#col-right h1 {
	
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding:5px 0 20px 0px;
	border-left:0px solid #ccc; }

/* GALLERY 2020 */
#col-right .ce_gallery .cols_3 li {
 width: 33.3333%;
}

#col-right .ce_gallery .cols_4 li {
 width: 25%;
}

#col-right .ce_gallery .cols_5 li {
 width: 20%;
}

#col-right .ce_gallery a {
  display: block;
  padding: 5px 10px;
}

#col-right .ce_gallery img {
  padding: 0;
}

/* ENDE GALLERY 2020 */

#col-right .span-1 {
	float:left;
	margin:0px 30px 0 0;
	width:45%;  }

#col-right .span-2 {
	float:left;
	padding:20px 0 20px 60px;
	margin:20px 0 0 0;
	width:40%;
	background:transparent url("../images/col_sep_quote.gif") no-repeat top left;  }

#col-right .span-2 p {
	font-size:1.6em;
	text-align:justify;
	line-height:1.4em;
	color:#b2b1b1;
	padding:3px 0 3px 0 }

#col-right .span-2 span {
	padding: 0 0 5px 0;
	text-transform:uppercase; }

#col-right .span-3 {
	float:left;
	margin:0px 30px 0 0;
	width:40%;  }

/* TEAM MEMBERS */
.team-block {
	width:100%;
	float:left;
	margin:30px 0 0 0; }

.team-block .box-left {
	width:150px;
	padding:0;
	float:left; }

.team-block .box-left img {
	border: 3px solid #f1f1f1; }

.team-block .box-right {
	margin:0 0 0 150px; 
	padding:0; }

.team-block .box-right h3 {
	font-weight:bold;
	margin:0; }

.team-block .box-right blockquote { 
	margin:0 0 20px; 
	padding:0 0 2px 40px;  
	font-style:italic; 
	background:url(../images/quote.png) no-repeat 0 0; }
	
.team-block .box-right blockquote p { 
	margin-bottom:10px; 
	text-align:left; }

/* SHOWCASE */
.showcase {
    float: left;
	width: 175px;
	margin: 15px 35px 10px 0; }
		
.showcase h3 {
	font-weight: normal;
	font-size:1.2em;
	margin-top: 8px; }
	
.showcase h4 {
	font-size: 10px;
	font-weight: normal;
	margin: 1px 0 0 2px; }





#ctrl_12 {
width:250px;
margin-left: 76px;
border:1px solid #cccccc;
margin-bottom:5px;}

#ctrl_13 {
width:250px;
margin-left: 56px;
border:1px solid #cccccc;
margin-bottom:15px;}

#ctrl_14 {
width:150px;
border:1px solid #cccccc;
margin-top: 5px;
margin-bottom:5px;
border-radius: 5px;
}

#ctrl_15 {
width:250px;
margin-left: 25px;
border:1px solid #cccccc;
margin-bottom:15px;}


#ctrl_16 {
width:250px;
margin-left: 78px;
border:1px solid #cccccc;
margin-bottom:5px;}

#ctrl_17 {
width:250px;
margin-left: 96px;
border:1px solid #cccccc;
margin-bottom:5px;}

#ctrl_18 {
width:250px;
margin-left: 88px;
border:1px solid #cccccc;
margin-bottom:15px;}

#ctrl_19 {
width:251px;
margin-left: 42px;
border:1px solid #cccccc;
margin-bottom:5px;
color:#6f7870;

}

.row_8 {
float:left;
margin-top: 10px; 

}


#ctrl_21 {

margin-top: 10px; 
width:250px;
margin-left: 36px;
border:1px solid #cccccc;
margin-bottom:5px;
height:100px;}



#ctrl_22 {
margin-top:10px;
width:252px;
margin-left: 130px;
border:double #ffffff;
margin-bottom:5px;
background-color:#A9180D;
color:#FFFFFF;
}



#col-right ul li {

list-style-type: disc;
list-style-image: none;
list-style-position: inside;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 20px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0px;
padding-left: 0pt;

}



/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}


.layout_short {
margin-bottom:20px;
}
textarea, input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 white;
    border-color: #ccc;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #ccc;
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 2px 0 0;
    padding: 2px;
    width: 450px;
}
.formbody {
	line-height: 1.5;
	vertical-align: bottom;
	width: 400px;
}