/* @override http://localhost/~sstrauch/coolbyte/coolbyte/web/css/global.css */

/*-----------------------------------------------
Coolbyte Stylesheet
Designed by:   www.dimension-z.de
Version:       21.05.2006
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/header.gif) repeat-x left top;
	text-align: center;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: black;
	font-weight: bold;
}

a:hover {
	background-color: #ff7e03;
	text-decoration: none;
}

a.text { text-decoration: none; }

.button {
	width: 95px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0px 20px 0px 10px;
	background: transparent url(../images/button.gif) no-repeat left top;
	cursor: pointer;
}

.button a, .button a:visited { color: white; text-decoration: none; }
.button a:hover { background-color: none; }

span.toggle {
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	line-height: 11px;
	font-size: 12px;	
	text-align: center;
	color: #82817c;
	font-weight: normal;
	background-color: white;
	border: 1px solid #82817c;
	cursor: pointer;
}

span.toggle:hover { color: #ff7e03; border-color: #ff7e03;}

.comment {
	font-size: 10px;
	color: gray;
}

img { border: 0; }

#wrapper {
	width: 790px;
	margin: 0 auto 0 auto;
	text-align: left;
}


#header {
	height: 95px;
	border-bottom: 12px solid #ff7e03;
	position: relative;
}

#main { padding-bottom: 25px; }

#intro { margin-bottom: 6px; }

.content {
	background-color: #b8d8dd;
	padding: 10px;
}

.orange {
	background: #ff7e03 url(../images/orange.gif);

}

cite {
	display: block;
	font-size: 14px;
	padding: 5px;
	margin: 20px;
}
.columns {
	width: 790px;
	background: #fff url(../images/columns.gif) repeat-x left bottom;	
}

.column {
	width: 248px;
	padding: 6px;
	margin-right: 5px;
	float: left;
	background: #b8d8dd url(../images/column.gif) repeat-x left top;	
}

.column.last { margin-right: 0; }

.column p {
	margin-left: 0;
	margin-right: 0;
}


.left {
	width: 350px;
	float: left;
}

.right {
	width: 350px;
	float: right;
}

.left + .right {
	border-left: 1px dotted black;
	padding-left: 20px;
	
}

li { 
	line-height: 150%; 
	margin-bottom: 10px;
}

#footer {
	border-top: 7px solid #000;
	padding-top: 11px;
	text-align: center;
}

/* Tabellen */

table {
	margin-top: 10px;
	border-collapse: collapse;
	border: 1px solid #FEAE17;
	background-color: white;
	background-repeat: repeat-y;
	background-position: left top;	
}

table caption { 
	font-weight: bold;
	color: black;
	padding: 5px;
}

tr td {
	padding: 5px;
	text-align: left;
	vertical-align: top;	
	border-top: 1px solid #FEE79C;
	border-bottom: 1x solid #FCCE38; 
}

tr td:first-child { width: 100px; font-weight: normal; }
tr:first-child td { border-top: 0; }
td+td { border-left: 1px solid #CCC; }

td.alt { background-color: white; }


/* Formulare */

form { background-color: #cce3e7; }

fieldset { border: none; }

fieldset div
{
	border-color: #ff7e03;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 5px;
	clear: right;
}

fieldset div.important {
	background-color: #ff7e03;
	margin-bottom: 10px;
}

label { 
	width: 60px;
	float: left;
}

form .action { 
	margin-top: 20px;
	padding-left: 110px;
	background-color: white;
	border: none;
}


/* Bugfix */
.clear { clear: both; height: 1px; }
.container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.container { display: inline-block; }
* html .container { height: 1%; }
.container { display: block; }