/*************************************************
	FILE
**************************************************

Date:					14.05.2007 19:11

Author:				Benjamin Stellmacher 			
							<benjamin.stellmacher@hellgrau.com>	

Description:	Contains definitions for 
							all elements on the site

**************************************************/

/***********************
	STRUCTURE OVERVIEW
************************
1. Document
2. General Definitions
3. Header
4. Language Menu
5. Navigation
6. Headline
7. Content
***********************/


/***********************
	DOCUMENT
***********************/

/* Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	color: #333;
	text-align: center;

	background-color: #EEE;
}


div#main {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 40px 20px;
	width: 800px;
	
	text-align: left;

	background-color: #FFF;
}

div#left {
	float: left;
}

/***********************
	GENERAL DEFINITIONS
***********************/

h1,h2 {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	color: #666;
}

h3,p,div,span,a,form,label,input,select,textarea,ul,ol,li {
	font-family: Verdana, Arial, sans-serif;
	color: #333;
}

/* TEXT */

h1 { 
	margin: 0 0 20px 0;
	font-size: 22px; 
	line-height: 22px; 
}

h2 { 
	margin: 0 0 20px 0;
	font-size: 18px; 
	line-height: 18px; 
}

h3 { 
	margin: 0 0 10px 0;
	font-size: 14px; 
	font-weight: bold;
	line-height: 14px; 
}

p { 
	margin: 0 0 20px 0;
	font-size: 13px; 
	line-height: 16px; 
}

/* LIST */

ul,ol {
	margin: 0 0 20px 16px;
}

li {
	margin: 5px 0;
	font-size: 13px;
}

/* TABLES */

table {
	margin: 0 0 10px 0;
	caption-side: top;
}

table.full-width {
	width: 100%
}

th, td {
	margin: 0;
	padding: 3px;
	
	font-size: 13px;
	
	border: 1px solid #666;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	color: #FFF;
	background-color: #666;
}



/* FORMS */

fieldset{ border: none; }

label {}

input,textarea,select { font-size: 13px; border: none; }

input.submit {
	font-size: 13px;
	text-transform: uppercase;
	
	border: none;
	background-color: transparent;
}

/* LINKS */

a img { border: none; }
p a { color: #ED8420; }


/* FORMATTING */

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.notice { font-weight: bold; color: #F00; }

.orange { color: #ED8420; }

.pre { white-space: pre; }
.no-indent { text-indent: 0px; }
.no-break { white-space: nowrap; } 
.clear { clear: both; }


/***********************
	HEADER
***********************/

img#header {}


/***********************
	HEADER
***********************/

DIV.foot {
	padding: 0 0 0 300px;
}



/***********************
	LANGUAGE MENU
***********************/

ul#language {
	float: right;
}

ul#language li {
	display: inline;
}

ul#language li a {
	margin: 0 0 0 5px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 11px;
}


/***********************
	NAVIGATION
***********************/

ul#navigation {
	margin: 77px 0 0 0;
	list-style: none;
}

ul#navigation li {
	display: block;
	margin: -1px 0 0 0;
	width: 257px;
	
	border-top: 1px dashed #ED8420;
	border-bottom: 1px dashed #ED8420;
}

ul#navigation li.active {
	display: block;
	color: #666;
	background-color: #F0F0F0;
}

ul#navigation li a {
	display: block;
	padding: 13px 0 13px 16px;
	font-size: 13px;
	text-decoration: none;
	line-height: 13px;
}
ul#navigation li a:hover { color: #ED8420; }

ul#navigation li.active a {
	color: #ED8420;
	text-decoration: underline;
}


/***********************
	CONTACT DETAILS
***********************/

div#contact {
	margin: 39px 0 0 16px;
	width: 257px;
}

div#contact h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

div#contact p {
	margin: 0 0 20px 0;
}

div#contact span.indent {
	display: block;
	margin: 0 0 0 0px;
}


/***********************
	HEADLINE
***********************/

h1#headline {
	float: left;
	margin: 42px 0 0 43px;
	padding: 0 0 0 25px;
	
	background: transparent url(../images/mxc_headline_square.gif) no-repeat left center;
}

/***********************
	CONTENT
***********************/

div#content {
	float: right;
	margin: 12px 0 0 0;
	padding: 17px 16px;
	width: 468px;
	height: 500px;
	
	background-color: #F0F0F0;
}

div#content[id] {
	height: auto;
	min-height: 500px;
}

div#content p {
	text-indent: 10px;
	line-height: 18px;
}

div#content p.no-indent { text-indent: 0px; }

div#content li a { color: #ED8420; }