/* @override http://www.agentur-cogo.de/assets/site/css/default.css */

/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
*.small
{
	font-size:10px;
}

div.clear_float 
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* @end */

/* @group Links */

a
{
	color: #0040ff;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

/* @end */

/* @group Listen */

ul.pdf li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	text-decoration: none;
	list-style-type: none;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

ul.pdf li a:hover
{
	text-decoration: underline;
}

ul 
{
	list-style-type: none;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid grey;
	padding: 1px;
	
	color: grey;
}

input.button 
{	
	padding: 0 4px 0 4px;
	
	cursor: pointer;
	cursor: hand;
	
	border: 1px solid grey;
	background: lightgrey;
}

* html input.button
{
	height: 15px;
	line-height: 10px;
}

*+html input.button
{
	height: 15px;
	line-height: 10px;
}



/* @end */

/* @end */

/* @group Seite */

body
{	
	background: #888888;
}

div.site
{
	position: relative;
	width: 920px;
	
	margin: 15px auto 0 auto;
	background: white url(/assets/site/images/contentBackground.gif) repeat-y;
}

/* @end */

/* @group Kopfbereich */

div.head
{
	height: 319px;	
	background: url(/assets/site/images/contentHeadBackground.gif) no-repeat;
}

div.head img
{
	position: absolute;
	top: 10px;
	left: 10px;
}

/* @group Logo */

div.head h1.company 
{
	position: absolute;
	top: 256px;
	left: 764px;
	z-index: 1;	
	
	width: 106px;
	height: 115px;
	
	background: url(/assets/site/images/logo.png) no-repeat;
}

* html div.head h1.company 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/logo.png', sizingMethod='crop');
	background: none;
}

div.head h1.company a
{
	display: block;	
	width: 106px;
	height: 115px;
	
	text-indent: -1000em;
	overflow: hidden;
}



/* @end */

/* @group Slogan */

div.head h2.slogan 
{
	position: absolute;
	top: 10px;
	left: 10px;
	
	height: 30px;
	width: 390px;
	
	background: url(/assets/site/images/slogan.png) no-repeat;
}

* html div.head h2.slogan 
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/slogan.png', sizingMethod='crop');
	background: none;
}

div.head h2.slogan a
{
	display: block;
	width: 390px;
	height: 30px;
	
	text-indent: -1000em;
	overflow: hidden;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	left: 10px;
	top: 309px;
	
	width: 900px;
	height: 18px;
	padding-left: 10px;
	
	background: url(/assets/site/images/metanavBackground.jpg) no-repeat;
	z-index: 0;
}

div.head div.meta_navigation ul
{
	float: left;
	display: inline;
	margin-right: 10px;
}

div.head div.meta_navigation ul li
{
	float: left;
}

div.head div.meta_navigation ul li a
{
	position: relative;
	top: -1px;
	
	color: white;
	text-decoration: none;
	font-size: 11px;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	text-decoration: underline;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	display: inline;
}

div.head div.language_selection ul li.active
{
	display: none;
}

/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	float: left;
	display: inline;
	margin-top: 30px;
	width: 480px;	
	padding: 0 15px 0 15px;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h3 
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #003fff;
	
	line-height: 130%;
}

div.content h4
{
	font-size: 14px;
	color: #003fff;
	font-weight: bold;
	
	margin-bottom: 10px;
}

div.content h5
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;

}

div.content p
{
	margin-bottom: 12px;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;
	margin-left: 20px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 25px;
}

/* @group PDF Listen */


div.sidebar ul.pdf li a
{
	display: block;
	padding: 3px 0 4px 23px;
	text-decoration: none;
	
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

div.sidebar ul.pdf li a:hover
{
	text-decoration: underline;
}

/* @end */



/* @end */

/* TinyMCE Inhalt Ende */

/* @group Bilder */

div.content img
{
	border: 1px solid #0040ff;
}

div.content a.img_right,
div.content img.img_right
{	
	float: right;
	display: inline;
	
	margin: 4px 0 10px 10px;
}

div.content a.img_left,
div.content img.img_left
{	
	float: left;
	display: inline;
	
	margin: 4px 10px 10px 0;
}

div.content a.img_wide,
div.content img.img_wide
{
	display: block;
	margin-bottom: 10px;
}

/* @end */

/* @group Projekt-Teaser */

div.content div.project_teaser
{
	clear: both;
	padding-top: 10px;
}

/* @end */



/* @end */

/* @group Seitenleisten */

div.sidebar_left
{
	float: left;
	margin: 40px 0 0 10px;
	width: 185px;
}

div.sidebar_right
{
	float: right;
	display: inline;
	position: relative;
	margin: 75px 10px 0 0;
}

div.sidebar 
{

}

div.sidebar *
{
	font-size: 10px;
}

/* @group Navigation */

div.sidebar_left div.navigation 
{
	position: relative;
	width: 185px;
	margin-bottom: 30px;
	
	background: url(/assets/site/images/navBackground.gif) repeat-y;
}

div.sidebar_left div.navigation div.shadow_top
{
	position: absolute;
	left: 0px;
	top: -8px;
	
	width: 185px;
	height: 15px;
	text-indent: -1000em;
	overflow: hidden;
	
	background: url(/assets/site/images/navBackgroundShadowTop.gif) no-repeat;
}

* html div.sidebar_left div.navigation div.shadow_top
{
	top: -15px;
}

*+html div.sidebar_left div.navigation div.shadow_top
{
	top: -15px;
}

div.sidebar_left div.navigation div.shadow_bottom
{
	position: absolute;
	left: 0;
	bottom: -8px;
	
	width: 185px;
	height: 15px;
	text-indent: -1000em;
	overflow: hidden;
	
	background: url(/assets/site/images/navBackgroundShadowBottom.gif) no-repeat;
}

* html div.sidebar_left div.navigation div.shadow_bottom
{
	bottom: -9px;
}


/* @group Ebene 1 */

div.sidebar_left div.navigation ul
{
	position: relative;
	z-index: 1;
	margin: -8px 0 0 10px;
}

div.sidebar_left div.navigation ul li
{

}

div.sidebar_left div.navigation ul li a
{
	color: white;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;

	padding: 0 10px;
	line-height: 29px;
	letter-spacing: 0.1px;
	
	width: 145px;
	height: 30px;
	
	background: url(/assets/site/images/navEntryBackground.jpg) no-repeat;

}

div.sidebar_left div.navigation ul li a:hover,
div.sidebar_left div.navigation ul li.active a
{
	letter-spacing: 0;
	font-weight: bold;
}



/* @end */

/* @group Ebene 2 */

div.sidebar_left div.navigation ul li ul
{
	display: none;
}

div.sidebar_left div.navigation ul li.active ul
{
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	width: 165px;
	background: #a5a5a5 url(/assets/site/images/navSubentrysBackground.jpg) no-repeat;
}

div.sidebar_left div.navigation ul li ul li
{
	background: none;
}

div.sidebar_left div.navigation ul li ul li a
{	
	color: #535353;
	font-size: 12px;
	text-transform: none;
	line-height: 14px;
	
	width: 135px;
	height: auto;
	padding: 4px 10px 4px 20px;
	
	background: none;
}

div.sidebar_left div.navigation ul li ul li.last a
{	

	padding-bottom: 8px;
}

div.sidebar_left div.navigation ul li ul li a:hover,
div.sidebar_left div.navigation ul li ul li.active a
{
	text-decoration: none;
	color: #003fff;
}

/* @end */



/* @end */

/* @group Box */

div.sidebar div.box
{
	position: relative;
	margin-bottom: 30px;
	width: 165px;
	padding: 0 10px;
	background: url(/assets/site/images/sidebarBackground.jpg) repeat-y;
}

div.sidebar div.box div.shadow_top
{
	position: absolute;
	left: 0px;
	top: -7px;
	z-index: 0;

	width: 185px;
	height: 15px;
	text-indent: -1000em;
	overflow: hidden;
	
	background: url(/assets/site/images/navBackgroundShadowTop.gif) no-repeat;
}

div.sidebar div.box div.shadow_bottom
{
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 185px;
	height: 15px;
	text-indent: -1000em;
	overflow: hidden;
	
	background: url(/assets/site/images/sidebarBackgroundShadowBottom.gif) no-repeat;
}



/* @end */

/* @group Inhalt und Absatzformate */

div.sidebar div.box h4
{
	position: relative;
	z-index: 1;
	
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	
	width: 151px;
	height: 30px;
	padding: 0 7px 0 7px;
	line-height: 30px;
	
	background: url(/assets/site/images/sidebarH4Background.png) no-repeat;
}

div.sidebar div.box div.box_content
{
	padding: 5px 10px 10px 10px;
	
	background: url(/assets/site/images/sidebarContentBackground.jpg) no-repeat;
}


div.sidebar div.box div.box_content p
{
	line-height: 12px;	
	padding-bottom: 8px;
}



/* @end */

/* @group PDF Listen */


div.sidebar ul.pdf li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
	text-decoration: none;
	
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

div.sidebar ul.pdf li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Formular: Newsletter */

div.sidebar form#newsletter 
{
	width: 100%;
}

div.sidebar form#newsletter p.submit
{
	padding: 0;
}

div.sidebar form#newsletter p input.text
{
	display: block;
	width: 140px;
}

/* @group Formular: Anmeldung */

div.errors, .invalid, .required
{
	color:#900;
}

div.anmeldung fieldset
{
	padding: 5px;
}
div.anmeldung label
{
	cursor:pointer;
}
div.anmeldung td.zeitraum
{
	padding: 5px 4px 5px 0px;
}
div.anmeldung .booked {
	color:red;
}
/* @end */

/* @end */

/* @end */

/* @group Fußzeile */

div.footer 
{
	height: 20px;
	width: 920px;
	
	text-indent: -1000em;
	background: white url(/assets/site/images/footerBackground.gif) no-repeat;
}

/* @end */

/* @group Copyright */

div.copyright 
{
	position: absolute;
	right: 10px;
	top: -10px;
	
	color: #c2c2c2;
}

/* @end */
