/* www.ncnever.de, style.css, 20.09.2003 22: 54, last modified: 20.09.2005 Buchstabenkrzel: f = fett b = unten o = berschrift a = aktiv p = passiv r = rechtsgerichtet m = mittig l = links c = inhalt s = klein x = gross */ /* Allgemeines */ a,td,th,h1,h2,h3,h4,h5,h6,button,p,input,select,dd,div,span,li { font-family: verdana, sans-serif; } body { font: x-small verdana, sans-serif; background: #ddd 0 0 no-repeat; color: black; margin: 0px; padding: 0px; } /* body { background-image: #6C92DB url(body_bg.jpg) 0 0 repeat-y; margin: 5px; font-size: 10pt; } */ /* beg: background and borders */ div.bg { padding: 0px; background: url(blau_3399CC.png) repeat; } div.bg td.mm { padding:0px 0px 5px 0px; background: url(background1.png) repeat-x top left; } div.bg td.tm { height: 44px; padding: 0px; background: url(bb_top.png) repeat-x top center; } div.bg td.bm { height: 44px; padding: 0px; background: url(bb_bottom.png) repeat-x bottom center; } div.bg td.ml { width: 44px; padding: 0px; background: url(bb_left.png) repeat-y top left; } div.bg td.mr { width: 44px; padding: 0px; background: url(bb_right.png) repeat-y top right; } div.bg td.tl { width: 44px; padding: 0px; background: url(bb_top_left.png) no-repeat bottom right; } div.bg td.tr { width: 44px; padding: 0px; background: url(bb_top_right.png) no-repeat bottom left; } div.bg td.bl { width: 44px; padding: 0px; background: url(bb_bottom_left.png) no-repeat top right; } div.bg td.br { width: 44px; padding: 0px; background: url(bb_bottom_right.png) no-repeat top left; } /* end: background and borders */ textarea, td, th, div { font-size: 10pt; } a { color: #002bb8; text-decoration: none; } a.external { background: url(external.png) right no-repeat; padding-right: 13px; color: #36b; } a.wikipedia { background: url(wikipedia_icon.png) right no-repeat; padding-right: 16px; color: #36b; } a.email { background: url(mail_icon.gif) right no-repeat; padding-right: 18px; color: #36b; } a.icq { background: url(icq_icon.gif) right no-repeat; padding-right: 18px; color: #36b; } a:visited { color: #5a3696; } a:active { } a:hover { text-decoration: underline; } *.r { text-align: right; } *.m { vertical-align: middle; text-align: center; } /* Textabschnitte */ span { font-style: normal; font-weight: normal; text-decoration: none; } span.s { font-size: 8pt; } span.fs { font-size: 8pt; font-weight: bold; } *.sblue { font-size: 8pt; color: blue; } *.sgray { font-size: 7pt; color: #555; } div { padding: 0px; border: 0px solid #708090; font-size: 10pt; } /* titelleisten */ div.o, div.o2, div.o3 { margin-top: 5px; } div.o { background: url(div_bg_green.gif) left top repeat-x; } div.o2 { background: url(div_bg_blue.gif) left top repeat-x; } div.o3 { background: url(div_bg_red.gif) left top repeat-x; } div.o span, div.o2 span, div.o3 span, div.menue span { display: block; background: url(div_top_o_left4.gif) top left no-repeat; padding: 2px; padding-left: 20px; margin: 0px; color: white; font-weight: bold; } /* Menue oben */ div.menue { background-image: url(menue_bg02.gif); background-repeat: repeat-x; } div.menue span { color: black; padding-top: 7px; padding-bottom: 7px; } div.menue_top_login { padding: 0px; margin: -4px 0px 0px 0px; border: 0px; overflow: visible; font-size: 8pt; color: blue; } div.menue a, div.menue a:hover, div.menue a:visited { color: white; } /* Menue buttons links */ div.but_a { border-bottom-width: 0px; background-color: white; font-weight: bold; } div.but_p { border-bottom-width: 0px; background-color: #ddd; } td.nav_a { padding:0px; background-color: white; font-weight: bold; text-align: center; line-height: 150%; } td.nav_p { padding:0px; background-color: #ddd; text-align: center; line-height: 150%; } div.but_a a, div.but_p a, td.nav_a a, td.nav_p a { margin: 1px; width: 100%; display: block; text-decoration: none; } div.but_a > a, div.but_p > a, td.nav_a > a, td.nav_p > a { width: auto; } div.but_a a:hover, div.but_p a:hover, td.nav_a a:hover, td.nav_p a:hover { margin: 1px; background: #005090; text-decoration: none; color: white; } /* inhalts divs */ div.top { padding: 10px; margin-bottom: 5px; /* border-bottom: 1px solid #708090; */ } div.sub { border: 1px solid white; padding: 10px; margin-bottom: 5px; background-color: #eee; } div.sub2 { border: 0px; padding: 10px; background-color: #ddd; } div.sub3 { border: 0px; padding: 10px; background-color: #FBF2C4; } div.sub4 { border: 0px; padding: 10px; background-color: white; } div.table { border: 0px; margin-bottom: 5px; background-color: white; } /* Tabellenzellen */ table { width: 100%; border: 0px; } td, th { padding: 2px; } td.l, td.c { vertical-align: top; padding: 0px; } td.l { padding-right: 15px; width: 170px; } td.db_view_profile_left, td.left { font-size: 8pt; width: 100px; text-align: right; padding: 10px; background: #ddd; } td.db_view_profile, td.normal { font-size: 8pt; padding: 10px; background: #ddd; } /* sonstiges */ div.footer { border-bottom-width: 0px; border-top: 1px solid #ccc; margin: 5px 5px 0px 5px; color: #678; } div.footer td { color:#ccc; font-size:xx-small; font-weight: bold; } * html div.footer { width: 100%; } p { margin: .4em 0 .5em 0; line-height: 1.5em; } button, input, select, textarea { vertical-align: middle; border: solid #708090 1px; } button { border-top-color: white; border-left-color: white; } input:focus, select:focus, textarea:focus { background: #FFFAD7; } input.readonly { background: #ddd; color: blue; } button.login, input.login { font-size: 8pt; line-height: 8pt; border: solid; border-width: 1px; } input.none { border: none; } form { display: inline; } *.none { padding: 0px; margin: 0px; border: 0px; } /* ** basiert auf http: //de.wikipedia.org/skins-1.5/monobook/main.css, ** copyright siehe in der originaldatei */ img { border: none; vertical-align: middle; } p img { margin: 0; } hr { height: 1px; color: #aaa; background-color: #aaa; border: 0; margin: .2em 0 .2em 0; } h1, h2, h3, h4, h5, h6 { color: black; background: none; font-weight: normal; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa; } h1 { font-size: 188%; } h2 { font-size: 150%; } h3, h4, h5, h6 { border-bottom: none; font-weight: bold; } h3 { font-size: 132%; } h4 { font-size: 116%; } h5 { font-size: 100%; } h6 { font-size: 80%; } ul { line-height: 1.5em; list-style-type: square; margin: .3em 0 0 1.5em; padding: 0; list-style-image: url(bullet.gif); } ol { line-height: 1.5em; margin: .3em 0 0 3.2em; padding: 0; list-style-image: none; } li { margin-bottom: .1em; } dt { font-weight: bold; margin-bottom: .1em; } dl { margin-top: .2em; margin-bottom: .5em; } dd { line-height: 1.5em; margin-left: 2em; margin-bottom: .1em; } table.calendar { width: 150px; } table.calendar tr th { background: #ffff80; } table.calendar tr td { background: #ddd; text-align: right; } table.calendar tr td.week { padding: 3px; background: #b8c4e2; } table.calendar tr td a { padding: 3px; display: block; width: 100%; } table.calendar tr td a:hover { background: #005090; text-decoration: none; color: white; } /* begin clins changes */ td.content_left, td.content_right { vertical-align:top; width:20%; } td.content_middle { vertical-align:top; } div.menue, div.menue2, div.menue3 { margin-top:10px; padding: 0px 3px 0px 0px; background: url(menue_right.png) no-repeat top right; } div.menue div, div.menue2 div, div.menue3 div { padding: 0px 0px 0px 3px; background: url(menue_left.png) no-repeat top left; } div.menue div div, div.menue2 div div, div.menue3 div div { background: url(menue_middle.png) repeat-x top left; vertical-align:top; font-size:10pt; font-weight: bold; color: white; padding: 5px 7px 5px 7px; } div.menue2 { background: url(menue_right_blue.png) no-repeat top right; } div.menue2 div { background: url(menue_left_blue.png) no-repeat top left; } div.menue2 div div { background: url(menue_middle_blue.png) repeat-x top left; } div.menue3 { background: url(menue_right_red.png) no-repeat top right; } div.menue3 div { background: url(menue_left_red.png) no-repeat top left; } div.menue3 div div { background: url(menue_middle_red.png) repeat-x top left; } div.box { padding: 0px 3px 0px 3px; } div.box div.c1 { padding: 0px; background: #eee url(box_bottom_right.png) no-repeat right bottom; } div.box > div { padding: 0px; background: #eee url(box_bottom_right.png) no-repeat right bottom; } div.box div.c1 div.c2, div.box2 div.c1 div.c2 { /* for IE */ width: 100%; } div.box div.c1 div.c2 { padding: 2px 10px 2px 10px; background: url(box_bottom_left.png) no-repeat left bottom; } div.box > div > div { padding: 2px 10px 2px 10px; background: url(box_bottom_left.png) no-repeat left bottom; } div.box2 { padding: 0px 3px 0px 3px; } div.box2 div.c1 { padding: 0px; background: #ddd url(box_bottom_right.png) no-repeat right bottom; } div.box2 > div { padding: 0px; background: #ddd url(box_bottom_right.png) no-repeat right bottom; } div.box2 div.c1 div.c2 { padding-bottom: 10px; background: url(box_bottom_left.png) no-repeat left bottom; } /*div.box2 > div > div { padding-bottom: 10px; background: url(box_bottom_left.png) no-repeat left bottom; }*/ div.top2 { padding:0px; background:url(menue_line.png) repeat-x left 46px; } div.top2 div.top3 { height: 110px; background:url(logo.png) no-repeat 15px top; } div.top2 > div { background: url(logo.png) no-repeat 15px top; } div.top2 div div { position: relative; padding: 52px 0px 0px 265px; color:black; font-weight:bold; } table#menue_left_table td { text-align:left; } table#menue_left_table td a { padding-left:7px; } #hints td { padding: 2px 10px 2px 10px; } .big { font-family: Sylfaen, Arial, Courier New, Arial; font-weight: bold; font-size: 28pt; padding: 2px 10px 2px 2px; } 
