/* css for tenr.de

base-colors:
	orange: #F28A4A
	green: #CED888
	blue: #3A8BC5
	black-contrast:#383838
	white-contrast: #DADADA
	
*/



/* globals
------------------------------------------------------------------------------ */

html, body, div, span, table, td, form, li {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:14px;
	color:#DADADA;
	text-align:left;
}

h1, h2, h3 {
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:23px;
	color:#DADADA;
	text-align:left;
	margin-top:0;
}

h2 {
	font-size:16px;
	font-style:italic;
	margin-top:30px;
}

h3 {
	font-size:15px;
	font-style:italic;
	margin-top:5px;
}

p {
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:14px;
	line-height:19px;
	margin-right:0;
	padding-right:0;
}

a:link,
a:visited,
a:hover,
a:active {
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
} 
	
a:visited {	
	color:#86C3ED;
}
	
a:hover { 	
	color:#CED888;
	text-decoration:none;		
}
	
ul {
	list-style-type:none;
	margin-bottom:25px;	
}	
	
	
	
/* layout
----------------------------------------------------------------------------- */

body {
	background-color:#383838;
}

div#header {
	background-color:#282828;
	height:75px;
	border-bottom:1px solid #F5F5F5;
}


div#title {
	background-color:#282828;
	padding:0 20px 0 0;
	float:left;	
}


div#menu {
	background-color:#282828;
	padding:5px 0;
	margin-top:35px;
	float:left;
}

div#rss {
	background-color:#282828;
	padding:0 0 0 0;
	margin:20px 10px 0 0;
	float:right;
}


div#main {
	/*margin:40px 30px 0 50px;*/
	margin:0;
	padding:40px 10px 0 20px;
	padding-bottom:30px; /* solves missing margin in ie, fucking app this is */
	text-align:left;
	border:0 solid red;
}

div#right_pane {
	float:right;
	border:1px solid #BDBDBD;
	background-color:#494747;
	width:280px;
	padding:8px 7px;
	margin-bottom:20px;
}

div#content {
	margin:0 330px 0 0;
	text-align:left;
	border:0 solid blue;
}

div#footer {
	background-color:#121212;
	margin-top:0;
	height:150px;
	padding:15px 0 15px 20px;
	padding-bottom:30px; /* solves missing margin in ie again */
	text-align:left;
	clear:both;
	overflow:auto;
	border-top:1px solid #F5F5F5;
}


/* right_pane
----------------------------------------------------------------------------- */

div#right_pane p,
div#right_pane a {
	font-size:12px;
}





/* content
----------------------------------------------------------------------------- */

/* content within the header-div ---------------------------------------------- */
div#header div#title h1 {
	margin:0 0 0 0;
	padding:15px 0 0 15px;
}

div#header div#title h1 a,
div#header div#title h1 a span {
	color:#E4E4E4;
	/*font-family:Sans-Serif,Arial,Helvetica;*/
	font-family:Serif;
	font-weight:bold;
	font-style:italic;
	font-size:34px;
	text-decoration:none;
}

div#header div#title h1 a span { /* state of the inverted block */
	color:#F28A4A;
}

div#header div#title h1 a:hover span { /* hover state of the inverted block */
	color:#F28A4A;
}

/* navigation menu ---------------------------------------------------------- */
div#header div#menu ul {
	padding:0;
	margin:0;
	line-height:20px;
	list-style:none;
}

div#header div#menu ul li {
	display:inline;
}

div#header div#menu ul a,
div#header div#menu ul span {
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:14px;	
	font-weight:bold;
	color:#E4E4E4;
	text-decoration:none;
	margin-right:7px;
	border:1px solid #282828;
	padding:4px 6px;
}

div#header div#menu ul a:hover {
	color:#E4E4E4;
	text-decoration:none;
	border:1px solid #F28A4A;
}
div#header div#menu ul span {
	color:#F28A4A;
}

/* content ------------------------------------------------------------------ */
div#content div.box_around_news_entry {
	/*border-left:4px solid #121212;*/
	margin-bottom:35px;
	/*padding-left:7px;*/
	padding-bottom:5px;
}

div#content div.box_around_news_entry h1,
div#content div.box_around_news_entry h2 { /* h2 for dates, h1 for headlines and such */
	padding:0px 3px;
	margin:0;	
}

div#content div.box_around_news_entry h2 {
	/*border-bottom:1px dashed #121212;*/
}

div#content div.box_around_news_entry p {
	margin-left:20px;
	margin-right:10px;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

div#content div#style_index {
	margin-top:30px;
	margin-bottom:30px;
	padding:10px 0;	
	overflow:auto;
}

div#content div#style_index_bottom {
	margin-top:0;
	margin-bottom:0;
	padding:30px 0;	
	overflow:auto;
	clear:both;
}

div#content div#style_index a,
div#content div#style_index_bottom a {
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#282828;
	border:1px solid #dadada;
	padding:3px 8px;
	margin:0 3px;
}

div#content div#style_index a:hover,
div#content div#style_index_bottom a:hover { 
	background-color:#545454;
}

div#content div#style_index a.style_index_current,
div#content div#style_index_bottom a.style_index_current {
	color:#282828;
	background-color:#CED888;
}

div#content div.imagebox {	
	float:left;
	margin:5px 5px 10px 5px;
	padding:0px;
	border:2px solid #121212;	
	background-color:#fff;
	text-align:center;
}

div#content div.imagebox img{	
	padding:1px;
}

div#content div.imagebox a {	
	font-family:Arial,Verdana,Geneva,sans-serif;
	font-size:15px;	
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	background-color:#282828;
	padding-top:1px;
}

div#content div.imagebox a:hover {	
	background-color:#CED888;
	color:#121212;
}

.input_field { 
	color:#fff;
	background-color: #282828; 
	width: 180px; 
	border: 1px solid #dadada;
}

.submit_button { 
	background-color:#282828; 
	color:#fff;
	font-weight:bold;
	border:1px solid #dadada;
}

/* credit / frequently_used links / copy ------------------------------------- */
div#credits {
	float:left; 
	margin:0;
	margin-right:50px;
	padding:0;
}

div#frequently_used {
	float:left;
	margin:0;
	margin-right:150px;
	padding:0;
}

div#copyright {
	float:left;
	margin:0;
	padding:0;
}

div#footer h2,
div#footer a,
div#footer p {
	margin-top:0px;
	color:#F28A4A;
	font-size:17px;
}

div#footer a,
div#footer p {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

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


div#footer div#copyright a,
div#footer div#copyright p {
	font-size:14px;
}

