/* 
Inhaltsverzeichnis

01. Grundformatierungen
02. Layoutformatierungen
03. Header und Navigation
04. Bild und Text (Grundlagen)
05. Servicenavigation
06. Part Formular
07. Produkte
08. Image PopUp
09. Part Neuigkeit

copyright 2008, insyma KOES
*/

/* 01. Grundformatierungen */

body {
	width : 650px;
	margin : 0;
	padding : 0;
}

/* 02. Layoutformatierungen */

div#leftcolumn {
	float	: left;
	margin-top : 100px;
	width : 150px;	
}

div#rightcolumn {
	float : left;
	margin-left : 30px;
	margin-top : 100px;
	width : 460px;
}

/* 03. Header und Navigation */

ul#slogan li h3 {
	font-size : 150%;
}

img.emotion {
	width : 490px;
	overflow: hidden;
	margin : 0;
}

/* 04. Bild und Text (Grundlagen) */

ul#directlinks li {
	margin-right : 15px; 
	width : 143px;
}

ul#directlinks li p, ul#directlinks li a {
	padding : 0;
}

/* 06. Part Formular */

li input, li textarea, li select {
	background : none;
	border : 1px solid #322923;
	color : #322923;
	width : 250px;
}

span.CheckBox input, span.CheckBox input[type=checkbox] {
	border : none;
}

span.RadioButton input, span.RadioButton input [type=radio] {
	border : none;
}

/* 09. Part Neuigkeit */

div#neuigkeit div {
	overflow : hidden;
	width : 145px;
}

div#neuigkeit a, div#neuigkeit p {
	padding : 3px;
}

