/*
CSS-Styles for Kraftreaktor.ch
by Patrick Carpenter
+++++++++++++++++++++++++++++++
For all
*/

/*
Main - for all Pages
*/

.red {
	color: #B72515;
}

/* General hovers*/

a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}


/* ID's & Formating*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

hr {
	height: 1px;
	background-color: #000000;
	border: none;
}

a:link img, a:visited img {
	border: none;
}

div#content img {
	margin: 3px;
}

div#root {
	width: 760px;
	text-align: left;
	margin: auto;
}


div#content { 
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 120px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	min-height: 19em;
}

p#footer {
	font-size: 12px;
	display: block;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: right;
}

p#footer span {
	float: left;
}

li#animation {
	border: none !important;
}

li#animation object {
	margin-left: -24px;
	margin-top: -10px;
}


/*
News
*/

h3.news_head {
	display: block;
	text-align: right;
}

h3.news_head span.news_title {
	float: left;
}

h3.news_head span.news_date {
	font-size: 12px;
	font-weight: normal;
}

/*
Herald
*/

div.herald {
	border: 1px solid #B72515;
	padding: 8px 10px 10px 10px;
	margin: 15px auto 15px auto;
	width: 60%;
	font-size: 14px;
	background-color: #FFF;
}

div.herald h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #B72515;
}

/*
Super-Menu
*/

ul#nav a {
	display: block;	
	text-decoration: none;
}

ul#nav a:focus, ul#nav a:hover, ul#nav a:active {
	text-decoration: none;
	color: #B72515;
}

ul#nav {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 108px;
	padding-left: 0px;
	float: left;
}

ul#nav li {
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 2px;
}

ul#nav li.here a {
	color: #B72515;
}

ul#nav li.here {
	border: 1px solid #B72515;
}

/*
Sub-Menu
*/

ul#nav_tabs a {
	text-decoration: none;
}

ul#nav_tabs a:focus, ul#nav_tabs a:hover, ul#nav_tabs a:active {
	text-decoration: none;
	color: #B72515;
}

ul#nav_tabs {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 120px;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 1px 0px;
}

ul#nav_tabs li {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: normal;
	font-size: 14px;
	list-style: none;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	background-color: #FFFFFF;
}

ul#nav_tabs li.here a {
	color: #B72515;
}

ul#nav_tabs li.here {
	border-left: 1px solid #B72515;
	border-right: 1px solid #B72515;
	border-top: 1px solid #B72515;
	padding-bottom: 3px;
}
