

/**
 * Re-usable Base Styles
 * @author Ryan Parman
 * @updated 2 January 2008
 */


/***********************************************************
YUI Reset 2.4.1 (with a few modifications)
***********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
ol,ul{list-style:none;margin:0;padding:0;}
q:before,q:after{content:'';}
caption,th{text-align:left;}
fieldset,img{border:0;}
li{margin:0;padding:0;}
abbr,acronym{border:0;}


/*********************************************
Default styles
*********************************************/
html, body {
	height:100%;
}

body {
	font:13px/1.5em Verdana, sans-serif;
	letter-spacing:0px;
	color:#333;
	background-color:#fff;
	margin:0;
	padding:0;
}

div#site {
	width:1000px;
	margin:0 auto;
	background-color:#fff;
	height:100%;
	min-height:100%;
}

html>body div#site {
	height:auto;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#898989;
}

a:visited {
	color:#898989;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

.footnote, .footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
	letter-spacing:0;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}

h1, .h1 {
	font-size:30px;
	text-transform:none;
}

h2, .h2 {
	font-size:25px;
	text-transform:none;
}

h3, .h3, h3 a:link, h3 a:active, h3 a:visited {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#b80045;
}

h3 a:hover {
	color:#e1125f;
}

h4, .h4 {
	margin:10px 0 0 0;
	font-size:16px;
	text-transform:none;
}

h5, .h5 {
	margin:7px 0 0 0;
	font-size:12px;
	text-transform:none;
}

.highlight {
	background-color:#ffc;
}

p {
	margin:0;
	padding:5px 0;
}

ul, ol {
	list-style-type:disc;
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ul li, ol li {
	margin:0 0 7px 0;
	padding:0 0 0 3px;
}

form {
	margin:0;
	padding:0;
}

blockquote {
	font-size:12px;
	line-height:1.4em;
	color:#666;
	border-left:4px solid #666;
	margin:10px 30px;
	padding:10px 20px;
	background-color:#f3f3f3;
}

/*
input[type=text], select, textarea {
	font-size:14px;
	line-height:1.5em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}
*/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

div.hr {
	width:100%;
	height:15px;
	border-top:1px solid #999;
	margin:15px auto 0 auto;
}

div.noline {
	border:none !important;
}

div.hr hr,
div.hr-side hr {
	display:none;
}

.hide {
	position:absolute;
	top:0;
	left:-1000em;
}

.center {
	text-align:center;
}

div.spacer {
	height:15px;
}


/*********************************************
Container styles
*********************************************/
div.container {
	zoom:1;
}

div.container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.container div.left-border {
	border-left:1px solid #999;
}

div.container div.right-border {
	border-right:1px solid #999;
}

div.one-third div.primary {
	float:right;
	width:569px;
	padding:0 0 0 20px;
}

div.one-third div.secondary {
	float:left;
	width:300px;
	padding:0 20px 0 0;
}

div.two-thirds div.primary {
	float:left;
	width:569px;
	padding:0 20px 0 0;
}

div.two-thirds div.secondary {
	float:right;
	width:300px;
	padding:0 0 0 20px;
}

div.halves div.section {
	float:left;
	width:435px;
	padding:0 10px;
}

div.thirds div.section {
	float:left;
	width:283px;
	padding:0 10px;
}

div.fourths div.section {
	float:left;
	width:207px;
	padding:0 10px;
}

/**
 * NewsBlocks Demo
 * <http://newsblocks.simplepie.org>
 *
 * A simple demo that clones the main functionality of sites like PopURLs, 
 * TheWebList, Original Signal, MiniBoxs, and others. Development sponsored 
 * by Level 5 Studio <http://level5studio.com>. Go check them out!
 * 
 * @package NewsBlocks
 * @version 2.0
 * @author Ryan Parman
 * @link http://simplepie.org/wiki/tutorial/how_to_replicate_popurls NewsBlocks tutorial page.
 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
 */
/***********************************************************
Added by NewsJunkie
***********************************************************/

.title, .title a:link, .title a:active, .title a:visited {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#b80045;
}

.title a:hover {
	color:#e1125f;
}

.favicon-margin {
	margin-bottom:-4px;
	margin-left:4px;
}

.clear {
	clear:both;
}

.expand a {
	text-align:right;
	color:#666666;
	margin-left:1px;
	padding:0px 3px;
}

.expand a:hover {
	color:#000;

}

/***********************************************************
Override styles from the Base stylesheet
***********************************************************/
body {
	background:#fff url(./images/back-body.png) repeat-x top left;
}

div#site {
	width:960px;
	background-color:transparent;
}

div.thirds div.section {
	width:290px;
	margin-top:15px;
}

div#navigation {
	text-align:center;
}

h1 {
	font:50px/1.4em Georgia, serif;
	font-weight:normal;
	letter-spacing:-2px;
}

/***********************************************************
General styles
***********************************************************/
ul, ol {
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	list-style:none;
}

ul li, ol li {
	margin:0;
	padding: 3px 0px 4px 15px;
	border-top:1px solid #cccccc;
	font-size:0.85em;
	line-height:1.4em;
	font-family:tahoma,geneva,sans-serif;
}

li.nav-li {
	margin:0;
	padding: 3px 0px 4px 10px;
	border-top:1px solid #cccccc;
	font-size:0.85em;
	line-height:1.4em;
	font-family:tahoma,geneva,sans-serif;
}

/***********************************************************
Listing styles
***********************************************************/
div.nb-list ul.primary {
	margin-bottom:0;
	padding-bottom:0;
}

div.nb-list ul.secondary {
	margin-top:0;
	padding-top:0;
}
/*
div.nb-list li.enclosure {
	padding-left:20px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:left 6px;
}


div.nb-list li.video {
	background-image:url(../images/video.png);
}

div.nb-list li.audio {
	background-image:url(../images/audio.png);
}

div.nb-list li.image {
	background-image:url(../images/images.png);
}

/***********************************************************
Wide styles
***********************************************************/
div.nb-wide {
	zoom:1;
}

div.nb-wide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.nb-wide li {
	float:left;
	border:none;
}

div.nb-wide li a {
	display:block;
	padding:3px;
	margin:10px 0 0 18px;
	background-color:#369;
}

div.nb-wide li a:hover {
	background-color:#69c;
}


/***********************************************************
Tooltip styles
***********************************************************/
.tool-tip {
	width:320px;
	padding:10px 10px 10px 10px;
	text-align:left;
	z-index:13000;
	border: 0px solid #b3b3b3;
	background:#FFF;
}

.tool-title {
	font-size:0.9em;
	font-family: "Arial", Helvetica, sans-serif;
	margin:0;
	color:#999999;
	padding:3px 9px 3px 9px;
	background:#e9e9e9;
	text-transform:uppercase;
	font-weight:bold;
	border: 1px solid #b3b3b3;
}

.tool-text {
	font-size:1em;
	font-family: "Arial", Helvetica, sans-serif;
	padding:7px 9px 7px 9px;
	background:#fff;
	color:#000;
	line-height:1.6em;
	margin-top:-1px;
	border: 1px solid #b3b3b3;
}

.tool-text span span {
	display:block;
	font:11px/1.3em Verdana, sans-serif;
	color:#aaa;
	padding:5px 0 0 0;
}


/*********************************************
Footer styles
*********************************************/

div#footer {
	padding:0px 20px;
	margin-top:-10px;
	border:0px solid #ccc;
	text-align:center;
	font-size: 11px;
}

div#footer-line {
	margin:30px 0px 0px 0px;
	background-color:#f3f3f3;
	border:0 solid #ccc;
	border-width:1px 0;
	text-align:center;
	height:7px;
}

div#footer a {
	text-decoration:none;
	color:#b80045;
}

div#footer a:hover {
	color:#e1125f;
}

div#footer p {
	line-height:1.2em !important;
}


/*********************************************
Navigation
*********************************************/

div#banner-nav {
	color: #FFFFFF;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
}
div#banner-nav ul, div#banner-nav ul li, div#banner-nav ul li a {
	display: inline;
	list-style: none;
	border: 0px;
	color:#666666;
}

div#banner-nav-container {
	float:left;
	margin-left: 3px;
}

div#banner-nav ul li a:hover {
	color: #FFFFFF;
}
div#banner-nav ul li img {
	position: relative;
}

#sen #nav-sen a.current, #ind #nav-ind a.current, #udl #nav-udl a.current, #spo #nav-spo a.current, #pol #nav-pol a.current, #tek #nav-tek a.current, #fin #nav-fin a.current, #gos #nav-gos a.current, #int #nav-int a.current, #mus #nav-mus a.current  {
	color: #fff;
}

/*********************************************
Kontakt-formular
*********************************************/

.kontakt-name {
	width: 600px;
	border: 1px solid #999999;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 7px;
	margin-top: 10px;
	_margin-top: -3px;
	_height: 15px;
}

.kontakt-email {
	width: 600px;
	border: 1px solid #999999;
	padding: 5px;
	font-family:Verdana;
	font-size: 11px;
	margin-bottom: 7px;
	_height: 15px;
}

.kontakt-message {
	width: 600px;
	height: 200px;
	border: 1px solid #999999;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 7px;
}

.kontakt-submit {
	width: 614px;
	_width: 610px;
	border: 1px solid #999999;
	padding: 5px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #151515;
	color: #fff;
	margin-bottom: 11px;
	_margin-bottom: -6px;
}

.style1 {color: #1A8CFF}
.style2 {color: #A0A0A0}
.style3 {color: #666666}

/*************************************
MY PAGE
*************************************/

li.section {
	width:290px;
	margin-top:15px;
	margin:0;
	padding: 3px 0px 4px 15px;
	border-top:1px solid #cccccc;
	font-size:0.85em;
	line-height:1.4em;
	font-family:tahoma,geneva,sans-serif;
}

ul.thirds li.section {
	float:left;
	width:283px;
	padding:0 10px;
}