@import url(http://fonts.googleapis.com/css?family=Copse);

body
{
	background: #f2f2f2;
	font: 14px/18px "Arial", Tahoma, Verdana;
	margin: 0;
	padding: 0;
}

#main {
	height: 100%;
	min-height: 724px;
	position: relative;
	overflow: hidden;
}

*html #main { height: 724px; overflow: visible;} /*--If content is larger than 724px, IE6 will allow the content to break out of its element--*/

h1
{
	color: #0a83bb;
	font: bold 18px Arial, Helvetica, sans-serif;
}

h1.header
{
	border-bottom: 1px dotted #cad5df;
	margin: 5px -20px 15px;
	padding: 5px 20px 10px;
	font-size: 18px;
	font-weight: 100;
}

a
{
	color: #0a83bb;
	text-decoration: none;
}

a:hover
{
	color: #90cb1e;
	text-decoration: underline;
}

a img
{
	border: 0;
}

/* ----- MAIN ------------------------------------------------- */

.container
{
	margin: 0 auto;
	width: 980px;
}

.clear
{
	clear: both;
}

.cl
{
	clear: both;
}

.h
{
	display: none;
}

.box
{
	background: #fff;
	border: 1px solid #cad5df;
}

#logo
{
	float: left;
	margin: 20px 0 20px 10px;
}

#main
{
	background: #fff;
	border-top: 2px solid #731a8b;
	min-height: 300px;
	width: 980px;
}

#main .i
{
	padding: 15px;
}

h1.q
{
	color: #000;
	font: normal 20px "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 110%;
	margin-top: 5px;
}

a.tag
{
	background: #fff;
	border: 1px dashed #b2d9ec;
	color: #0a83bb !important;
	float: left;
	margin-right: 3px;
	padding: 2px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a.tag:hover
{
	background: #f6fcff;
	border: 1px solid #b2d9ec;
	color: #0a83bb !important;
	text-decoration: none !important;
	a-moz-box-shadow: 1px 1px 0 #e7af35;
	a-webkit-box-shadow: 1px 1px 0 #e7af35;
}

/* ----- FRAGE ------------------------------------------------- */

.frage
{
	border-bottom: 1px dotted #aaa;
	margin-bottom: 15px;
}

.frage .date-name
{
	color: #888;
	float: right;
	margin-top: 4px;
	padding-right: 15px;
}

h2.q
{
	clear: both;
	margin: 0 0 18px 130px;
}

h2.sub, h2.sub a, h2.sub a:hover
{
	color: #731a8b;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 5px;
	text-decoration: none;
}

.q .subline
{
	margin-top: 7px;
	height: 18px;
}

h2.q div
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}

h2.q div a
{
	color: #0a83bb;
	text-decoration: none;
}

h2.q div a:hover
{
	color: #0a83bb;
	text-decoration: underline;
}

h2.q div span
{
	background: url('../src/ico-small-answers.gif') no-repeat 0 50%;
	color: #444;
	padding-left: 12px;
}

h2 .question
{
	color: #000;
	font: normal 18px/20px "Copse", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

h2 .question:hover
{
	color: #0a83bb !important;
	text-decoration: underline;
}

/* -------------------------------------- */

.q-box, .v-box, .v-box-grey
{
	background: #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #555;
	display: block;
	float: left;
	font: 11px/16px Arial, Helvetica, sans-serif;
	margin: -2px 0 0 -125px;
	max-height: 38px;
	max-width: 50px;
	padding: 4px 0 7px;
	text-align: center;
	width: 50px;
}

.v-box-grey
{
	background: #fff !important;
	color: #000 !important;
}

.q-box:hover
{
	color: #000;
	text-decoration: none;
}

.q-box big
{
	display: block;
	font: bold 20px/24px "Copse", Arial, Helvetica, sans-serif;
}

/* -------------------------------------- */

.v-box, .v-box-grey
{
	background: #731a8b;
	color: #fff;
	margin: -2px 0 0 -72px;
	max-width: 60px;
	width: 60px;
}

.v-box:hover, .v-box-grey:hover
{
	color: #fff;
	text-decoration: none;
}

.v-box big, .v-box-grey big
{
	display: block;
	font: bold 20px/24px "Copse", Arial, Helvetica, sans-serif;
}

/* -------------------------------------- */

#reg
{
	font-size: 12px;
	margin: 0 10px 10px;
	width: 956px;
}

#reg .split
{
	border: 1px solid #cad5df;
	float: left;
	margin-bottom: 10px;
	padding: 10px 30px 30px 30px;
	width: 411px;
}

#reg form div
{
	clear: both;
	padding: 5px 0 5px;
	display: block;
}

#reg label
{
	display: block;
	float: left;
	padding: 3px;
	width: 120px;
}

#reg input
{
	float: left;
	font: 12px "Arial", Tahoma, Verdana;
}

.b
{
	font-weight: bold !important;
}

.btn
{
	background: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), color-stop(1, #e9e9e9));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#f9f9f9, EndColorStr=#e9e9e9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#f9f9f9, EndColorStr=#e9e9e9)";
	
	border: 1px solid #aaa;
	border-bottom-color: #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	color: #000;
	cursor: pointer;
	font: 12px Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #f9f9f9;
}

a.btn
{
	padding: 5px 10px;
}

input.btn
{
	padding: 4px 7px;
}

.btn:hover
{
	background: -moz-linear-gradient(top, #ab4dc5, #721a8b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #51a3df), color-stop(1, #2c7fca));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#51a3df, EndColorStr=#2c7fca);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#51a3df, EndColorStr=#2c7fca)";
	
	border: 1px solid #721a8b;
	border-bottom-color: #48085a;
	-moz-box-shadow: 0 1px 2px #b26dc5;
	-webkit-box-shadow: 0 1px 2px #b26dc5;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #721a8b;
}


.btn:active
{
	background: -moz-linear-gradient(top, #666666, #999999);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#666666, EndColorStr=#999999);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#666666, EndColorStr=#999999)";
	
	border: 1px solid #555;
	border-bottom-color: #333;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	color: #fff;
	text-shadow: 0 1px 0 #666;
}

.btn img
{
	margin: 3px 5px -3px -3px;
}

.bigbtn
{
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 5px 25px !important;
}

.txt
{
	border: 1px solid #aaa;
	border-top-color: #888;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-box-shadow: inset 1px 2px 3px #ddd;
	-webkit-box-shadow: inset 1px 2px 3px #ddd;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px 5px;
}

.txt:focus
{
	border: 1px solid #2c7fca;
	border-top-color: #0658a1;
	color: #000;
	-moz-box-shadow: inset 1px 1px 2px #bbb;
}

select.txt
{
	padding: 4px 4px 4px 2px;
}

input.hov, textarea.hov, select.hov
{
	border: 1px solid #888;
	border-top-color: #666;
}

.msg
{
	border: 1px solid #ffcc00;
	background: #fff6b8;
	padding: 10px;
	color: #000;
	margin: 0 10px 10px;
}

.green
{
	background: #cfffb5;
	border: 1px solid #3eaf00;
}

.red
{
	background: #ffd2d2;
	border: 1px solid #c00;
}

/* ----- CONTENT ------------------------------------------------- */

.big-q
{
	padding: 20px 20px 10px 110px;
	clear: both;
	background: #f5f9ff url('../src/qs-bg.gif') repeat-x;
	border: 1px solid #adc8e0;
}

.big-q .user-big
{
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px;
	float: left;
	margin-left: -90px;
}

.big-q .user-big img
{
	width: 48px;
}

.big-q .user-big div
{
	font-size: 11px;
	line-height: 100%;
	margin: 8px 0 0 -4px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 56px;
	height: 20px;
}

.big-q .bq-votes
{
	display: block;
	padding: 3px;
	float: left;
	margin-left: -90px;
	width: 56px;
	height: 56px;
	text-align: center;
}

.big-q .bq-votes span
{
	color: #000;
	display: block;
	font: bold 30px Arial, Helvetica, sans-serif;
}

.big-q .bq-votes .up, .big-q .bq-votes .down
{
	background: url('/cms/src/arrows.png') 50% 0 no-repeat;
	display: block;
	height: 14px;
	margin-bottom: 5px;
	width: 56px;
}

.big-q .bq-votes .down
{
	background-position: 50% -14px;
	margin-top: 5px;
}

.big-q .bq-votes .down:hover
{
	background-position: 50% -42px;
}

.big-q .bq-votes .up:hover
{
	background-position: 50% -28px;
}

.big-q .date
{
	color: #666;
	font-size: 11px;
}

#content
{
	float: left;
	padding: 10px 25px;
	width: 643px;
	max-width: 643px;
}

.mid-box
{
	border-top: 1px solid #888;
	float: left;
	margin: 0 10px 10px 0;
	width: 635px;
}

.mid-box .box
{
	border-left: none;
}

.med-box
{
	float: left;
	margin: 0 10px;
	width: 647px;
}

.youtube_vid
{
	background: #f2f2f2;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	padding: 5px;
}

.youtube_vid div
{
	display: none;
	margin-top: 5px;
}

.youtube_vid a
{
	background: url('/cms/src/youtube16.png') no-repeat;
	padding-left: 22px;
}

#mm
{
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	list-style: none;
	margin: 52px 0 0 270px;
	padding: 0;
	position: absolute;
}

#mm li.tab
{
	background: url('../src/mm-tick.gif') no-repeat 100% 50%;
	float: left;
}

#mm li.tab a
{
	background: -moz-linear-gradient(top, #555, #333);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #999999));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#666666, EndColorStr=#999999);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#666666, EndColorStr=#999999)";
	
	border-left: 1px solid #333;
	color: #fff;
	display: block;
	font: 15px Tahoma, Geneva, sans-serif;
	padding: 7px 20px;
	text-decoration: none;
}

#mm li.tab a:hover
{
	background: #0a83bb;
	color: #fff;
}

#mm li.act a
{
	background: #0a83bb;
	color: #fff;
}

#mm li.act a:hover
{
	color: #fff;
}

#mm-infos span
{
	border-right: 1px solid #ddd;
	color: #aaa;
	margin: 0 10px;
}

#htop
{
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 8px 6px 9px;
	text-align: right;
}

#htop a
{
	color: #0a83bb;
}

#htop a:hover
{
	color: #0a83bb;
	text-decoration: underline;
}

#htop span
{
	border-right: 1px solid #555;
	margin: 0 10px;
	width: 1px;
}

/* ----- NAVIGATION ------------------------------------------------- */

#sb-new-q
{
	margin-bottom: 10px;
	text-transform: uppercase;
}

.yellow-btn
{
	background: url('../src/sb-new-q.gif') repeat-x;
	border: 1px solid #ecc101;
	color: #994800;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 10px;
	text-decoration: none;
}

.yellow-btn:hover
{
	color: #000;
	background: #ffed84;
}

.sidebar
{
	margin-bottom: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 650px;
	position: absolute;
	width: 300px;
}

.sidebar h2
{
	background: #eee;
	font: 700 10px Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.sidebar .tick
{
	font: 700 11px Arial, Helvetica, sans-serif;
}

.pagenav
{
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 20px 0;
	text-align: center;
}

.pagenav a, .pagenav span
{
	border: 1px solid #aaa;
	color: #555;
	cursor: pointer;
	padding: 3px 6px;
	margin: 0 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pagenav a.nb
{
	border: none;
}

.pagenav span
{
	background: #e6e6e6;
	border-color: #333;
	color: #000;
}

.pagenav .back
{
	margin-left: 0;
	padding-left: 0;
}

/* ----- BARS ------------------------------------------------- */

.small-bar
{
	font-size: 11px;
	font-weight: 100;
	list-style: none;
	margin: 0;
	padding: 0;
}

.small-bar li a
{
	background:#fafafa;
	border-bottom: 1px solid #cad5df;
	border-right: 1px solid #cad5df;
	display: block;
	float: left;
	padding: 5px 10px;
	text-transform: uppercase;
}

.small-bar li a:hover
{
	background:#f6f6f6;
}

.small-bar li.act a
{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
	text-decoration: none !important;
}

.big-bar li a:focus, .small-bar li a:focus, a.q-box
{
	outline: none;
	-moz-outline-style: none;
	-webkit-outline-style: none;
}

.big-bar
{
	font-size: 12px;
	font-weight: 100;
	margin: -42px 0 0;
	text-align: right;
}

.big-bar ul
{
	float: right;
	list-style: none;
	padding: 0;
}

.big-bar li
{
	float: left;
}

.big-bar li a
{
	border: 1px solid #fff;
	border-bottom: none;
	border-top: none;
	color: #555;
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 6px 5px 0 0;
	padding: 4px 10px 4px;
}

.big-bar li a:hover
{
	background: #fff url('../src/strich.gif') repeat-x;
	border: 1px solid #888;
	border-bottom-color: #fff;
	border-top: none;
	color: #0a83bb;
	text-decoration: none;
}

.big-bar li.act a
{
	background: #fff url('../src/strich.gif') repeat-x;
	border: 1px solid #888;
	border-bottom-color: #fff;
	border-top: none;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 3px 5px 0 0;
	padding: 5px 10px 6px;
	text-decoration: none !important;
}

/* ----- FOOTER ------------------------------------------------- */

.footer
{
	background: url('../src/footer.jpg') no-repeat;
	margin-top: 0;
}

#footer
{
	padding: 10px;
	color: #555;
	font: 11px "Arial", Tahoma, Verdana;
}

#footer a
{
	color: #555;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
