@import url("buildin_style.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");

body, html {
	margin: 0;
	padding: 0;
	font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1em;
	line-height: 1.2em;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #dcdde0;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

#thumb {
		border: 2px #999999 solid;
}

.smallcopy {
		font-family : 'Trebuchet MS', Arial, Helvetica, sans-serif;
		color: #000;
		font-size: 0.6em;
}

h1 {
	margin: 0px 0px 11px 0px;
	font: normal 1.4em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
}

#content {
	font-size: 0.8em;

}

#pagetitle h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 1.4em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: 0.1em;
}

#pagetitle p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 0.8em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: 0.0em;
}


h2 {
	margin: 15px 0px 9px 0px;
	font: normal 1.3em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
}

#teasers h2 {
	color: white;
	padding: 0;
	margin: 0;
}

h3 {
	margin: 15px 0px 7px 0px;
	font: normal 1.2em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
}

h4 {
	margin: 15px 0px 5px 0px;
	font: bold 1.1em 'Trebuchet MS', Arial, Verdana, sans-serif;
	color: #000;
}

p {
	/*font-size: 0.9em;*/
	line-height : 1.5em;
	margin: 0 0 15px 0;
}

a {
	color: #666;
	text-decoration:underline;
}

a:hover {
	color: #333;
	text-decoration:underline;
}

#content a[href ^="http://"] {
    background: url("/images/content/icons/external.png") center right no-repeat;
    padding-right: 13px;
}
#content a[href ^="gopher://"] {
    background: url("/images/content/icons/external.png") center right no-repeat;
    padding-right: 13px;
}
#content a[href ^="https://"] {
    background: url("/images/content/icons/lock_icon.gif") center right no-repeat;
    padding-right: 16px;
}
#content a[href ^="mailto:"] {
    background: url("/images/content/icons/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#content a[href ^="news://"] {
    background: url("/images/content/icons/news_icon.png") center right no-repeat;
    padding-right: 18px;
}
#content a[href ^="ftp://"] {
    background: url("/images/content/icons/file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
#content a[href ^="irc://"] {
    background: url("/images/content/icons/discussionitem_icon.gif") center right no-repeat;
    padding-right: 18px;
}



#content a[href $=".ogg"], a[href $=".OGG"],
#content a[href $=".mid"], a[href $=".MID"],
#content a[href $=".midi"], a[href $=".MIDI"],
#content a[href $=".mp3"], a[href $=".MP3"],
#content a[href $=".wav"], a[href $=".WAV"],
#content a[href $=".wma"], a[href $=".WMA"] {
    background: url("/images/content/icons/audio.png") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".ogm"], a[href $=".OGM"],
#content a[href $=".avi"], a[href $=".AVI"],
#content a[href $=".mpeg"], a[href $=".MPEG"],
#content a[href $=".mpg"], a[href $=".MPG"] {
    background: url("/images/content/icons/video.png") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".pdf"], a[href $=".PDF"],
#content a[href *=".pdf#"], a[href *=".PDF#"],
#content a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("/images/content/icons/document.png") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".zip"], a[href $=".ZIP"],
#content a[href $=".rar"], a[href $=".RAR"],
#content a[href $=".exe"], a[href $=".EXE"],
#content a[href $=".msi"], a[href $=".MSI"],
#content a[href $=".dmg"], a[href $=".DMG"],
#content a[href $=".gz"], a[href $=".GZ"],
#content a[href *=".gzip"], a[href *=".GZIP"] {
    background: url("/images/content/icons/download.png") center left no-repeat;
    padding-left: 19px;
}



ul, ol {
	padding: 0 0 0 15px;
	margin: 0;
}

ul ul, ol ol {
	padding: 0 0 0 15px;
	margin: 0;
}

li {
	padding: 0;
	line-height : 1.4em;
    margin: 0 0 0 5px;
}

#rightcolumn ul, ol {
	padding: 0 0 5px 15px;
	margin: 0;
}

#rightcolumn ul ul, ol ol {
	padding: 0 0 0 15px;
	margin: 0;
}

#rightcolumn li {
	padding: 0;
    margin: 0 0 0 0;
    list-style: url(images/bullet.gif);
}

#rightcolumn a {
	color: #fff;
	text-decoration: underline;
}

#rightcolumn hr {
	width:100%; 
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff; 
	background-color: #fff; 
	height:1px;
    text-align:center; 
    border:0px dashed blue;
}

#rightcolumn hr.balken {
	width:100%; 
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff; 
	background-color: #fff; 
	height:10px;
    margin-right:0; 
    text-align:center; 
    border:0px dashed blue;

}

ol li {
	background: none;
}


#breadcrumb a, #fontsize a{
	color: #666666;
	text-decoration:none;
}

#fontsize a.smaller {
	font-size: 0.9em;
}

#fontsize a.reset {
	font-size: 1.0em;
}

#fontsize a.bigger {
	font-size: 1.1em;
}

#breadcrumb a:hover, #fontsize a:hover {
	color: #1679CE;
	text-decoration:none;
}

/* ---- FORMULAR STYLE ---- */
legend {
	font:bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #bcbcbc;
	padding: 0px;
}

fieldset {
	border: solid 0px #fff;
	padding: 0;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { 
    border: 1px solid #CCCCCC; 
    margin-bottom: 1px; 
}

select { 
    border:solid 1px #000000; 
    color: #000000; 
    font-size: 11px;
    margin-bottom: 1px;
	width: 170px;
	padding: 1px; 
}

input, textarea { 
    background: #fff top left repeat-x; 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
    border: 1px solid #000000;
    padding: 1px; 
    margin-bottom: 1px;
width: 170px;
}

* html input, textarea { 
width: auto;
}

input[type=submit], input[type=reset], input[type=button]{  
	width: auto;
	background: #aaa top left repeat-x; 
	color: #fff;
	padding-left: 5px; 
	padding-right: 5px;
}

input[type=radio], input[type=checkbox]{ 
	width: auto;
}

/*input, textarea, select { 
    font: 11px Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; 
    border: 1px solid #08457A;
    padding: 1px; 
    margin-bottom: 1px;
	width: 160px;
	background-image:url(images/bg_topwrapper.gif);
	background-position:top;
}

textarea {
	height: 80px !important;
}


input[type=submit], input[type=button], input[type=reset] { 
	width: 80px;
	background-position:bottom;
	color: #FFFFFF;
}

input:hover, input:focus { 
    border: 1px solid #000000; 
    margin-bottom: 1px; 
}
*/

#fontsize input { 
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	letter-spacing: 0.0em;
    border: 1px solid #1679CE;
    padding: 0; 
    margin-bottom: 1px;
	background-color: #FFFFFF;
	height: 18px;
}

#fontsize input:hover, #searchbox input:focus { 
    border: 1px solid #51BBF9; 
    margin-bottom: 1px; 
}

#fontsize input { 
	font-size: 12px;
	font-weight:normal;
	color: #aaaaaa;
}

#searchbox input { 
    /*font: 12px Arial, bold, #666666, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif; */
	font-size: 12px;
	font-weight:normal;
	color: #333;
	font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
	letter-spacing: 0.0em;
    border: 1px inset #fff;
    padding: 2px 25px 2px 5px; 
    margin: 1px;
	width: 100px;
}



#searchbox input:hover, #searchbox input:focus { 
    border: 2px solid #51BBF9; 
    margin-bottom: 1px; 
}

hr {

	color:#000; 
	height:1px;
  	border-bottom:1px solid #999;
}

.mitrand_links {
	margin-right: 10px;
	border: 2px solid #ccc;
}

.mitrand_rechts {
	margin-left: 10px;
	border: 2px solid #ccc;
}

.mitrand {
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #ccc;
}
