/* =======================================
1. Kalibrierung und Restauration
======================================= */

* {
	padding: 0;
	margin: 0;
}

html, body {
	min-height: 100%;
}

img {
	border: none;
}

/* =======================================
2. Allgemeine Styles
======================================= */

body {
	background: url(../img/bg.jpg) repeat-x #948985;
	font-family: Arial, Verdana, sans-serif;
	line-height: 140%;
}

h1 {	
	color: #666;
	font-size: 22px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 14px;
}

a {
	color: #ff7628;
	/*font-weight: bold;*/
	text-decoration: none;
}

li {
	list-style: square;
	margin-left: 14px;
}

fieldset {border:none;}

input {float: right;}

textarea {
	float: right;
	width: 250px;
}

.csc-mailform-field {
	overflow: hidden;
	margin: 1em 0;
}

.csc-mailform-submit {float: left;}

.twtr-doc {float: right;}
	

td {
        font-size: 12px;
	border: none;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
	padding: 0 5px 5px 0;
}

#mailform {
	width: 320px;
}

/* =======================================
3. Styles f�r die Layoutbereiche
======================================= */

#wrapper {
	min-height: 100%;
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	height: 60px;
	background: transparent;
	padding-top: 20px;
}

#mscp {
	float: right;
	margin: -10px 10px 0 0;
}

#menu_wrap {
	height: 40px;
}

#menu {
	float: left;
	height: 40px;
	min-width: 100px;
	background: url(../img/bg_menu.png) repeat-x;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	/*font-style: italic;*/
	text-shadow: 0 1px 0 #fff;
}

#menul, #menur {
	float: left;
	height: 40px;
}

#top {
	height: 8px;
	width: 980px;
	background: url(../img/bg_content_rounded_top.png);
}

#inner {
	min-height: 450px;
	background: url(../img/bg_content.jpg) repeat-x #fff;
	overflow: hidden;
}

#left {
	float: left;
	width: 180px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}

#content {
	float: left;
	min-height: 390px;
	width: 770px;
	color: #555;
	font-size: 14px;
	margin: 10px 0 20px;
}

#right {
	float: right;
	width: 200px;
	color: #666;
	font-size: 14px;
	/*padding: 10px;*/
	margin: 10px;
}

#bottom {
	height: 8px;
	width: 980px;
	background: url(../img/bg_content_rounded_bottom.png);
	margin-bottom: 10px;
}

#bottomnav {
	clear: both;
	height: 25px;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 10px 10px 10px;
}

#bmenu {
	float: left;
	width: 450px;
}

#web20 {
	float: right;
	margin-top: 2px;
}

#web20 a {
	padding: 0 !important;
	border: none !important;
	margin: 0 0 0 5px !important;
}

/* =======================================
4. Sonstige Styles
======================================= */

/*---------
4.1 Menü
---------*/

#menu li {
	float: left;
	text-align: center;
	list-style-type: none;
	margin-left: 0;
}

#menu a {
	display: block;
	height: 17px;
	width: 109px;
	color: #999;
	text-decoration: none;
	padding: 12px 0 11px 0;
	border-right: 1px solid #838383;
}

#menu .service_a a {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_service.jpg);
}

#menu a:hover {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_service.jpg);
}

#menu .development_a a {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_development.jpg);
}

#menu .development a:hover {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_development.jpg);
}

#menu .webs_a a {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_webs.jpg);
}

#menu .webs a:hover {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_webs.jpg);
}

#menu .profiling_a a {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_profiling.jpg);
}

#menu .profiling a:hover {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_profiling.jpg);
}

#menu .imprint_a a {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_imprint.jpg);
}

#menu .imprint a:hover {
	color: #fff;
	text-shadow: none;
	background: url(../img/bg_imprint.jpg);
}

/*-----------
4.2 Submenü
-----------*/

#left li {
	list-style-type: none;
	line-height: 2em;
	margin-left: 0;
}

#left a {
	color: #999;
	text-decoration: none;
}

#left .act_ser a {
	color: #409cf1;
}

#left a:hover {
	color: #409cf1;
}

#left .act_dev a {
	color: #6c0;
}

#left .sub_dev a:hover {
	color: #6c0;
}

#left .act_web a {
	color: #ff7628;
}

#left .sub_web a:hover {
	color: #ff7628;
}

#left .act_pro a {
	color: #ffca00;
}

#left .sub_pro a:hover {
	color: #ffca00;
}

#left .act_imp a {
	color: #666;
}

#left .sub_imp a:hover {
	color: #666;
}
	
/*-----------
4.2 Bottommenü
-----------*/

#bottomnav li {
	display: inline;
	margin-left: 0;
}

#bottomnav a {
	color: #ff7628;
	font-weight: normal;
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
	margin-right: 0.5em;
}

#bottomnav .end a {
	color: #ff7628;
	font-weight: normal;
	padding-right: 0;
	border-right: 0;
	margin-right: 10px;
}

#bottomnav a:hover {	
	color: #333;
	text-decoration: underline;
}