/*
-----------------------------------------------
$Id tv.css 1217522575, 2008-07-31 18:07:56 msslovi0 $
terminsvertreter.com
Stylesheet:	style.css
Author:		Matt Slovig
Version:	31 July 2008
Revision:	31 July 2008
Colors:
	Rosé: #ECD2D2
	Dark Grey: #817769
	Light Grey: #9C9C9C
	Red: #B8242B
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 72.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ECD2D2 url(/i/bg.main.png) repeat-y center;
}

/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/
.c,.clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End hide from IE-mac */ /* End Clearfix */
/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#wrap {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

/* ---------->>> /WRAPPER <<<---------*/

/* ----------->>> HEADER <<<----------*/
#header {
	height: 150px;
	border-bottom: 2px solid #817769;
	background: url(/i/bg.head.jpg);
}
	#header .description {
		display: none;
	}
	#header h1 {
		width: 700px;
	}
		#header h1 a {
			width: 600px;
			height: 150px;
			display: block;
			float: left;
			text-indent: -999em;
		}
	#quicknav {
		width: 250px;
		float: right;
		background: #F4F1E8;
		margin-left: 21px;
		margin-top: 10px;
		list-style: none;
		display: block;
		height: 25px;
		text-align: center;
	}
	
		#quicknav a {
			color: #817769;
		}
	
		#quicknav li {
			display: inline;
			line-height: 25px;
			text-transform: uppercase;
		}
		#quicknav li:before {
			content: " | ";
			color: #817769;
		}
		#quicknav li:first-child:before, #quicknav li.first {
			content: "";
		}
/* ---------->>> /HEADER <<<----------*/
/* ----------->>> CONTENT <<<---------*/
#content-wrapper {
	float: left;
	width: 630px;
}
#content {
	float: left;
	padding-top: 25px;
	border-bottom: 1px dotted #817769;
}
#error {
	float: left;
	padding-top: 25px;
	color: #CD0000;
}
#success {
	float: left;
	padding-top: 25px;
	color: #080;
}
.narrowcolumn {
	width: 630px;
	padding-right: 50px;
}
	#content p, #content ul {
		line-height: 1.5em;
		clear: both;
		margin: 1em 0;
	}
	
	#content ul {
		margin-left: 2em;
	}
	
		#content ol {
			margin-left: 2em;
		}
		
	#home #content h2 {
		font-size: 100%;
		float: left;
		display: inline;
		font-weight: normal;
		margin: 0;
		border: 0;
		color: #000;
	}
	
	#home li {
		padding-bottom: 10px;
	}
	
		#home li li, #home #sidebar li {
			padding-bottom: 0px;
		}

	#home #content h3 {
		font-size: 110%;
	}
	
	#content h3 {
		margin-bottom: 10px;
	}
	
	#home #content h6, #content h2 {
		font-size: 200%;
		color: #817769;
		border-bottom: 1px dotted #817769;
		margin-bottom: 15px;
	}
	
	#home #content h3 {
		color: #817769;
	}
	
	#error h2 {
		font-size: 200%;
		color: #CD0000;
		border-bottom: 1px dotted #CD0000;
		margin-bottom: 15px;
	}
	#success h2 {
		font-size: 200%;
		color: #080;
		border-bottom: 1px dotted #080;
		margin-bottom: 15px;
	}
	
	
#searchform {
	padding-top: 25px;
}

	#searchform h2 {
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #817769;
	}

	#searchform div {
		padding-top: 10px;
		color: #B8242B;
		width: 48%;
		float: left;
	}
	
	#searchform-sidebar div {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #B8242B;
		border-bottom: 1px dotted #817769;
	}
	
	
	#searchform input, #searchform-sidebar input {
		border: 1px solid #9C9C9C;
		height: 14px;
		line-height: 14px;
	}
	#searchform-sidebar input {
		width: 200px;
	}
	textarea {
		border: 1px solid #9C9C9C;
	}
	
	#searchform button, #searchform-sidebar button, #submit {
		border: 1px solid #9C9C9C;
		background: #6F6459 url(/i/bg.search.png) no-repeat;
		color: #FFF;
		padding: 0 10px;
		min-height: 14px;
		line-height: 14px;
	}
	#searchform-sidebar button {
		width: 60px;
	}
	
#respond {
	clear: both;
	font-size: 140%;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #817769;
}
#comments {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #817769;
	border-top: 1px dotted #817769;
}

.commentlist {
	padding-top: 10px;
	margin-left: 2em;
	list-style: none;
}

	.commentlist .commentmetadata {
		padding-top: 5px;
		font-size: 90%;
	}
	
	.commentlist li {
		padding: 5px;
	}
	
	.commentlist li.alt {
		background: #E7E2CF;
	}
	
		.commentlist .commentmetadata cite {
			font-style: normal;
		}


#content dl {
	margin: 1em 0;
}

#content dl.offices {
	border-bottom: 1px solid #B8242B;
}

	#content dl dd dl {
		padding-left: 0;
	}

	#content dt {
		float: left;
		width: 140px;
	}

	#content dd {
		margin-left: 140px;
		padding-left: 10px;
	}

	#content dl dd dl dt {
		width: 80px;
	}

	#content dl dd dl dd {
		margin-left: 80px;
	}
	
	#content dl.offices dt {
		font-weight: bold;
	}
	
	#content dl dd.claim {
		padding-top: 10px;
		font-style: italic;
	}
/* ---------->>> /CONTENT <<<---------*/
/* ----------->>> SIDEBAR <<<---------*/
#sidebar {
	width: 270px;
	float: right;
	margin-top: 25px;
}

	#join {
		background: #F4F1E8;
	}
	
		#join h4 {
			height: 17px;
			line-height: 17px;
			padding: 2px;
			font-size: 100%;
			color: #D01715;
			border-bottom: 1px dotted #817769;
		}
		
		#join p {
			height: 17px;
			line-height: 17px;
			padding: 2px;
			text-align: right;
			border-bottom: 1px dotted #817769;
		}
		
			#join p a {
				color: #817769;
			}
			
				#join p a:before {
					content:"<< ";
				}
				#join p a:after {
					content:" >>";
				}
				#join p a:hover {
					text-decoration: underline;
				}

	#sidebar h5 {
		font-family: Georgia, Times, "Times New Roman", serif;
		border-bottom: 1px dotted #817769;
		color: #817769;
		padding-top: 25px;
		padding-bottom: 5px;
		clear: both;
		font-size: 100%;
	}
	
	#map {}
	
		#map p {
			margin-top: 5px;
			padding-bottom: 10px;
			border-bottom: 1px dotted #817769;
		}
		
	#sidebar ul {
		list-style: none;
		clear: both;
	}
	
		#sidebar ul li {
			border-bottom: 1px dotted #817769;
		}
		
			#sidebar ul li a {
				height: 17px;
				line-height: 17px;
				padding: 2px;
				display: block;
				color: #000;
			}
			
				#sidebar ul li a:hover, #sidebar ul li a.active {
					background: #D01715;
					color: #FFF;
					font-weight: bold;
				}
				#sidebar ul li a:active {
					top: 0;
				}
	
/* ---------->>> /SIDEBAR <<<---------*/
/* --------->>> NAVIGATION <<<--------*/
.navigation {
	clear: both;
	padding-top: 30px;
}
/* -------->>> /NAVIGATION <<<--------*/
/* ----------->>> FOOTER <<<----------*/
#footer {
	clear: both;
}
#sk2-footer {
	display: none;
}
/* ---------->>> /FOOTER <<<----------*/
/* -----------------------------------*/
/* ----------->>> LINKS <<<-----------*/
/* -----------------------------------*/
a {
	color: #B8242B;
	text-decoration: none;
}

	a:active {
		position: relative;
		top: 1px;
	}
/* -----------------------------------*/
/* ---------->>> CLASSES <<<----------*/
/* -----------------------------------*/
.floatLeft {
	float: left;
	width: 49%;
}
.floatRight {
	float: right;
	width: 49%;
	text-align: right;
}
.textCenter {
	text-align: center;
}
.email span { 
	display: none; 
}
.email:before { 
	content: ""attr(title)"@"attr(rel)""; 
}
.area {
	width: 100%;
}
/* -----------------------------------*/
/* ------------>>> TAGS <<<-----------*/
/* -----------------------------------*/
/* -----------------------------------*/
/* ------------>>> IDS <<<------------*/
/* -----------------------------------*/
#rechthaber {
	padding-bottom: 20px;
}
/* -----------------------------------*/
/* ----------->>> FORMS <<<-----------*/
/* -----------------------------------*/

#content fieldset  {
	padding: 5px;
}

#content fieldset {
	background: #F4F1E8;
	margin-top: 5px;
	border: 1px dotted #817769;
}

#content fieldset.button {
	background: #FFF;
	margin-top: 5px;
	border: 1px solid #FFF;
}

#content fieldset p, #content fieldset h1, #content fieldset h2, #content fieldset h3, #content fieldset dl  {
	padding: 0;
}
.label {
	width: 150px;
	float: left;
}
.cell {
	margin-left: 150px;
	display: block;
	float: right;
}
legend {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #B8242B;
	line-height: 2em;
}

legend {
	font-size: 110%;
	font-weight: bold;
}

input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #B8242B;
}

button, .button, .button input {
	border: 1px solid #B8242B;
	padding: 3px 10px;
	background: #CCC;
	color: #000;
}

.button:hover, .button:active, .button:visited {
	text-decoration: none;
	color: #000;
}

button.nomargin {
	margin-left: 0;
	margin-right: 10px;
	float: left;
	margin-top: 0;
}

.hint {
	margin-left: 150px;
	display: block;
}

.checkbox{
	float: left;
}

.checkbox_label {
	margin-left: 40px;
	display: block;
}
