@import url("buildin_style.css");
@import url("layout.css");
@import url("subnavigation.css");
@import url("navigation.css");


@font-face {
	font-family: 'ITCBerkeleyOldstyleStdMedium';
	src: url('fontkit/BerkeleyStd-Medium.eot');
}

@font-face {
	font-family: 'ITCBerkeleyOldstyleStdMedium';
	src: url(//:) format('no404'), url('fontkit/BerkeleyStd-Medium.woff') format('woff'), url('fontkit/BerkeleyStd-Medium.ttf') format('truetype'), url('fontkit/BerkeleyStd-Medium.svg#BerkeleyStd-Medium') format('svg');
}

@font-face {
	font-family: 'GillSansStdCondensed';
	src: url('fontkit/GillSansStd-Condensed.eot');
}

@font-face {
	font-family: 'GillSansStdCondensed';
	src: url(//:) format('no404'), url('fontkit/GillSansStd-Condensed.woff') format('woff'), url('fontkit/GillSansStd-Condensed.ttf') format('truetype'), url('fontkit/GillSansStd-Condensed.svg#GillSansStd-Condensed') format('svg');
}

body, html {
	margin: 0;
	padding: 0;
	font-family : Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.3em;
	background-color: #b3c3d2;
	background-image:url(images/bg-grade.jpg);
	background-repeat:repeat-x;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

h1 {
	margin: 0px 0px 3px 0px;
	font: normal 2.3em 'GillSansStdCondensed', Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
	width: 480px;
	line-height: 1.3em;
}

#pagetitle h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 1.6em Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
	letter-spacing: 0.1em;
}

#pagetitle p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 0.9em Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
	letter-spacing: 0.0em;
}


h2 {
	margin: 0px 0px 10px 0px;
	font: normal 1.6em 'ITCBerkeleyOldstyleStdMedium', Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
}

h3 {
	margin: 0px 0px 10px 0px;
	font: normal 1.3em 'ITCBerkeleyOldstyleStdMedium', Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
}

h4 {
	margin: 0px 0px 5px 0px;
	font: normal 1.25em 'ITCBerkeleyOldstyleStdMedium', Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #003366;
}

h1,h2,h3,h4 b {
	font-style: normal;
}
p {
	/*font-size: 0.9em;*/
	line-height : 1.5em;
	margin: 0 0 15px 0;
}

a {
	color: #003366;
	text-decoration:none;
}

a:hover {
	color: #003366;
	text-decoration:none;
}

a[href ^="http://"] {
    background: url("/images/content/icons/external.png") center right no-repeat;
    padding-right: 13px;
}

a[href*="geldanlagehaus.de"] {
    background: none;
}

a[href ^="gopher://"] {
    background: url("/images/content/icons/external.png") center right no-repeat;
    padding-right: 13px;
}
a[href ^="mailto:"] {
    background: url("/images/content/icons/mail_icon.gif") center right no-repeat;
    padding-right: 18px;
}
a[href ^="news://"] {
    background: url("/images/content/icons/news_icon.png") center right no-repeat;
    padding-right: 18px;
}
a[href ^="ftp://"] {
    background: url("/images/content/icons/file_icon.gif") center right no-repeat;
    padding-right: 18px;
}
a[href ^="irc://"] {
    background: url("/images/content/icons/discussionitem_icon.gif") center right no-repeat;
    padding-right: 18px;
}



a[href $=".ogg"], a[href $=".OGG"],
a[href $=".mid"], a[href $=".MID"],
a[href $=".midi"], a[href $=".MIDI"],
a[href $=".mp3"], a[href $=".MP3"],
a[href $=".wav"], a[href $=".WAV"],
a[href $=".wma"], a[href $=".WMA"] {
    background: url("/images/content/icons/audio.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".ogm"], a[href $=".OGM"],
a[href $=".avi"], a[href $=".AVI"],
a[href $=".mpeg"], a[href $=".MPEG"],
a[href $=".mpg"], a[href $=".MPG"] {
    background: url("/images/content/icons/video.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".pdf"], a[href $=".PDF"],
a[href *=".pdf#"], a[href *=".PDF#"],
a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("/images/content/icons/document.png") center left no-repeat;
    padding-left: 19px;
}
a[href $=".zip"], a[href $=".ZIP"],
a[href $=".rar"], a[href $=".RAR"],
a[href $=".exe"], a[href $=".EXE"],
a[href $=".msi"], a[href $=".MSI"],
a[href $=".dmg"], a[href $=".DMG"],
a[href $=".gz"], a[href $=".GZ"],
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 15px 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;
}

ol li {
	background: none;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

th {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

tr{
	border: 0px dotted #D0D0D0;
}

tr.row1 {
	background-color: #ffffff;
}

tr.row2 {
	background-color: #f9f9f9;
}

td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 0px dotted #D0D0D0;
	border-right: 0px solid #ffffff;
	border-spacing: 0px;
}

#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: #003366;
	text-decoration:none;
}

/* ---- FORMULAR STYLE ---- */
legend {
	font:bold 14px Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	color: #bcbcbc;
	padding: 0px;
}

fieldset {
	border: solid 1px #bcbcbc;
	padding: 10px;
}

input:hover, textarea:hover, input:focus, textarea:focus, { 
    border: 1px solid #CCCCCC; 
    margin-bottom: 1px; 
}

select { 
    background: #E9EDF2 none repeat scroll 0 0; 

	border:2px inset threedface;
    color: #000000; 
    font-size: 11px;
    margin-bottom: 3px;
	width: 170px;
	padding: 1px; 
}

input, textarea { 
    background: #E9EDF2 none repeat scroll 0 0; 
    font: 11px Helvetica,Arial,Geneva,Swiss,SunSans-Regular; 
	border:2px inset threedface;
    padding: 1px; 
    margin-bottom: 3px;
	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: 14px;
	font-weight:normal;
	color: #aaaaaa;
	font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
	letter-spacing: 0.0em;
    border: 2px solid #1679CE;
    padding: 2px 25px 2px 5px; 
    margin-bottom: 1px;
	width: 190px;
	background:#FFFFFF url(http://www.ipartee.com/img/icons/search.gif) no-repeat scroll right bottom;
}



#searchbox input:hover, #searchbox input:focus { 
    border: 2px solid #51BBF9; 
    margin-bottom: 1px; 
}


#mitrand {
    border: 4px solid #b3c3d2;
    margin-right: 25px;
}

#mitrand1 {
    border: 4px solid #b3c3d2;

    margin-right: 10px;
}

.mitrand_ohne_bild_versteckt_ {
    display: none;
}


.kleiner-text-p {
color:#444444;
font-family: Helvetica,Arial,Geneva,Swiss,SunSans-Regular;
font-size:11px;
line-height:17px;
}

hr {
border: 0px solid #ddeeff;
width: 620px; 
color: #ddeeff; 
background-color: #ddeeff; 
height: 1px; 
margin-right: 0pt; 
margin-bottom: 14px;
margin-top: 5px;
text-align: right;
}