/* $Id: screen.css 304 2010-03-04 22:54:14Z ab $ */

html {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 11px;
}

/* Elements */

P, DL, UL, DIV {
	line-height: 15px;
}

P {
	margin: 0 0 10px 0;
}

H1, H2, H3 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

H1 {
	font-size: 16px;
	line-height: 18px;
	color: #666;
}

H2 {
	font-size: 13px;
	line-height: 16px;
	color: #666;
}

H3 {
	font-size: 11px;
	line-height: 14px;
}

A {
	color: #9b0057;
	color: #666;
	font-weight: bold;
}

A:hover {
	color: #9b0057;
}

DIV.tagcloud A {
	color: #9b0057;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	border: 1px solid #999;
	padding: 2px;
}

.tx_mwdlgitcsearch_pi1-search-box select {
	width: 150px;
}

/* Shortcut Navigation */
#shortcuts {
	display: none;
}

/* CONTETN MAIN */

#content-main {
	background: url('../images/gfx_content-main.gif') repeat-y;
}

#content-main .clear {
	height: 6px;
	width: 740px;
	background: url('../images/gfx_content-main_bottom.gif') #f00 no-repeat;
}

#content-main .csc-textpic-caption {
	color: #999;
	font-size: 0.6em;
	line-height: 1.2em;
}

#column-middle UL {
	padding: 0 0 0 20px;
}

#column-middle UL LI {
	list-style-image: url(../images/gfx_bullet.png);
}

#column-middle .csc-textpic-imagerow UL {
	padding: 0;
}

/* Navigation Ebene 1 */

#navigation {
	background: url('../images/gfx_content-main_white.gif') repeat-x top;
}

#navigation #level-1 {
	margin: 0 6px 0 0;
	background: url('../images/gfx_content-main_top.gif') repeat-x center 10px;
}

#navigation #level-1 ul li a,
#navigation #level-1 ul li a:link {
	color: #666;
	text-decoration: none;
}

#navigation #level-1 ul li a:hover {
	color: #9b0057;
	text-decoration: none;
}

#navigation #level-1 ul li {
	background: url('../images/gfx_bg_nav_lvl_1.gif') no-repeat;
	border-right: 1px solid #c3c4c5;
	border-bottom: 2px solid #9b0057;
	color: #666;
}

#navigation #level-1 ul li.act {
	background: url('../images/gfx_bg_nav_lvl_1_act.gif') no-repeat;
	border-right: 1px solid #9b0057;
	border-bottom: 2px solid #fff;
	color: #9b0057;
	height: 22px;
}

/* Navigation Ebene 2 */
#navigation #level-2 ul li a,
#navigation #level-2 ul li a:link {
	color: #666;
	text-decoration: none;
}

#navigation #level-2 ul li a:hover {
	color: #9b0057;
	text-decoration: none;
}

#navigation #level-2 ul li {
	color: #666;
}

#navigation #level-2 ul li.act {
	color: #9b0057;
}

/* Breadcrumb */

#breadcrumb {
	color: #c3c3c4;
	border-bottom: 1px solid #c3c3c4;
	padding: 0 0 5px 0;
}

#breadcrumb A {
	color: #C3C3C4;
	font-weight: normal;
	text-decoration: none;
}

/* Left Column */

.greybox {
	width: 195px;
	background: url(../images/gfx_greybox.gif) repeat-y;
	margin: 10px 0;
}

.greybox p {
	margin: 0 10px 10px 10px;
}

.greybox-top {
	width: 195px;
	height: 5px;
	background: url(../images/gfx_greybox_top.gif) no-repeat;
}

.greybox-bottom {
	width: 195px;
	height: 11px;
	background: url(../images/gfx_greybox_bottom.gif) no-repeat left bottom;
}

.newsbox {
	width: 195px;
	background: url(../images/gfx_newsbox.gif) repeat-y;
	margin: 0 0 10px 0;
}

.newsbox p {
	margin: 10px 10px;
}

.newsbox-top {
	width: 195px;
	height: 32px;
	height: 1px;
	background: url(../images/gfx_newsbox_top.gif) no-repeat 0px -25px;
}

.newsbox-bottom {
	width: 195px;
	height: 11px;
	background: url(../images/gfx_newsbox_bottom.gif) no-repeat left bottom;
}

.newsbox .news-latest-container {
	width: 190px;
}

#column-left H1, 
#column-left H2, 
#column-left H3 {
	margin: 0 10px 10px 10px;
}

#column-left .news-latest-date,
#column-left SPAN,
#column-left DD {
	margin-left: 10px;
}

#column-left .news-latest-back {
	margin: 0 5px 10px 10px;
}

#column-left IMG {
	margin: 0 5px 0 10px;
}

/* SEARCH */

#search {
	float: right;
}

#search INPUT {
	width: 75px;
	height: 20px;
	background: url(/fileadmin/assets/images/gfx_search.gif) no-repeat;
	border: 0;
	padding: 2px 10px 0 18px;
	margin: 10px;
	font-size: 10px;
}

/* LANGUAGE */

#language-switch {
	float: right;
	margin: 10px 0 0 0;
}

#language-switch A {
	font-weight: normal;
	text-decoration: none;
}

/* Footer */

#navigation-meta,
#navigation-meta a,
#navigation-meta a:link {
	color: #999;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}

#copyright-info {
	color: #999;
	text-align: right;
}


/* BOXES */

.csc-frame-frame.News,
.csc-frame-frame1,
.csc-frame-frame2,
.csc-frame-frame3 {
	position:relative;
	margin: 5px 0;
	min-width:8em;
	max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
	z-index:1;
	clear: both;
}


.csc-frame-frame.News .content,
.csc-frame-frame.News .t,
.csc-frame-frame.News .b,
.csc-frame-frame.News .b div {
	background:transparent url(../images/gfx_frame1.gif) no-repeat top right;
	_background-image:url(../images/gfx_frame1.gif);
}

.csc-frame-frame1 .content,
.csc-frame-frame1 .t,
.csc-frame-frame1 .b,
.csc-frame-frame1 .b div {
	background:transparent url(../images/gfx_frame1.gif) no-repeat top right;
	_background-image:url(../images/gfx_frame1.gif);
}

.csc-frame-frame2 .content,
.csc-frame-frame2 .t,
.csc-frame-frame2 .b,
.csc-frame-frame2 .b div {
	background:transparent url(../images/gfx_frame2.gif) no-repeat top right;
	_background-image:url(../images/gfx_frame2.gif);
}

.csc-frame-frame3 .content,
.csc-frame-frame3 .t,
.csc-frame-frame3 .b,
.csc-frame-frame3 .b div {
	background:transparent url(../images/gfx_frame3.gif) no-repeat top right;
	_background-image:url(../images/gfx_frame3.gif);
}

.csc-frame-frame.News .content,
.csc-frame-frame1 .content,
.csc-frame-frame2 .content,
.csc-frame-frame3 .content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding:1px 12px 1px 0px;
	margin-top: 10px;
}

.csc-frame-frame.News .t,
.csc-frame-frame1 .t,
.csc-frame-frame2 .t,
.csc-frame-frame3 .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.csc-frame-frame.News .t {
	background: #b12a47;
}

.news-list-item IMG {
	padding-top: 3px;
	padding-right: 7px;

}

.csc-frame-frame.News .news-list-item {
	margin-left: 10px;
	margin-bottom: 0px;
}

.csc-frame-frame.News .news-list-date {
	display: none;
}

.csc-frame-frame.News {
	margin-bottom: 50px;
}

.csc-frame-frame.News .b,
.csc-frame-frame1 .b,
.csc-frame-frame2 .b,
.csc-frame-frame3 .b {
	/* bottom */
	position:relative;
	width:100%;
}

.csc-frame-frame.News .b,
.csc-frame-frame1 .b,
.csc-frame-frame2 .b,
.csc-frame-frame3 .b,
.csc-frame-frame.News .b div,
.csc-frame-frame1 .b div,
.csc-frame-frame2 .b div,
.csc-frame-frame3 .b div {
	height:2px; /* height of bottom cap/shade */
	font-size:1px;
}

.csc-frame-frame.News .b,
.csc-frame-frame1 .b,
.csc-frame-frame2 .b,
.csc-frame-frame3 .b {
	background-position:bottom right;
}

.csc-frame-frame.News .b div,
.csc-frame-frame1 .b div,
.csc-frame-frame2 .b div,
.csc-frame-frame3 .b div {
	position:relative;
	width:12px; /* bottom corner width */
	margin-left:-12px;
	background-position:bottom left;
}

DIV.csc-frame-frame1 DIV H1,
DIV.csc-frame-frame1 DIV H2,
DIV.csc-frame-frame1 DIV H3,
DIV.csc-frame-frame1 DIV H4,
DIV.csc-frame-frame1 DIV H5,
DIV.csc-frame-frame2 DIV H1,
DIV.csc-frame-frame2 DIV H2,
DIV.csc-frame-frame2 DIV H3,
DIV.csc-frame-frame2 DIV H4,
DIV.csc-frame-frame2 DIV H5,
DIV.csc-frame-frame3 DIV H1,
DIV.csc-frame-frame3 DIV H2,
DIV.csc-frame-frame3 DIV H3,
DIV.csc-frame-frame3 DIV H4,
DIV.csc-frame-frame3 DIV H5 {
	padding-top: 10px;
}

.csc-textpic, .csc-textpic-image, .csc-textpic-imagewrap {
	margin-top: 5px;
}

/* Prüfungszentrum Suche rechte Spalte */

.tx_mwdlgitcsearch_pi1-search-box LABEL {
	display: none;
}

.tx_mwdlgitcsearch_pi1-search-box SELECT {
	width: 80px;
/*	border: 1px #c0c0c0 solid;*/
}

#content-right-home .tx_mwdlgitcsearch_pi1-search-box SELECT {
	width: 150px;
}

.tx_mwdlgitcsearch_pi1-search-box INPUT[type="text"] {
	width: 45px;
/*	border: 1px #c0c0c0 solid;*/
}

.tx_mwdlgitcsearch_pi1-search-box INPUT[type="submit"] {
	background: none;
	border: none;
	color: #9b0057;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
}

.preText {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 5px 0 10px 0;
	margin: 0;
}

.postText {
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 7px 0 10px 0;
	margin: 0;
	color: #999;
}

#column-left .tx_mwdlgitcsearch_pi1-search-box INPUT[type="submit"],
#column-left .preText,
#column-left .postText {
	margin: 0 10px;
}

SPAN.grey A,
SPAN.grey {
	color: #999;
}

.csc-textpic-caption {
	line-height: 1.2em;
	color: #999;

}

/* SEARCH */

/* AJAX Search */

#search .tx-mhajaxsearch-pi1 {
	width: 300px;
}

#search .tx-mhajaxsearch-pi1 INPUT {
	margin-left: 190px;
}

#nav-search INPUT#tx_mhajaxsearch_q {
	vertical-align: middle;
	border: 0px;
/*	background: url(../images/gfx_bg_input_meta.gif) repeat-x; */
	background: url(../images/suchfeld.gif) no-repeat;
	font-size: 0.7em;
	padding: 3px 0px 2px 25px;
	display: inline;
	margin: 0;
	height: 19px;
	width: 140px;
	color: #999;
}

/*
#nav-search #search-icon {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	background: url(../images/gfx_bg_input_meta.gif) repeat-x;
	line-height: 16px;
	font-size: 17px;
	height: 18px;
	width: 20px;
	float: left;
}
*/

#nav-search #search-icon IMG {
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}

/*
#nav-search .position-input {
	padding: 0px 0px 0px 0px;
	width: 127px;
}
*/

#nav-search FORM {
	width: 150px;
}

/*
#nav-search INPUT {
	border-left: 0px solid #d0d0d0;
	width: 127px;
}
*/

#nav-search INPUT.submit {
	vertical-align: middle;
	background: none;
	margin: 0;
	border: 0;
	height: 21px;
	width: 23px;
}

DIV#tx_mhajaxsearch_result {
	display: none;
	z-index: 100;
	position: relative;
	left: 60px;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 300px;
	background: #fff;
	font-size: 0.8em;
}

SPAN.tx_mhajaxsearch_result {
	background: url(../images/gfx_line_vert.gif) 123px 0 repeat-y #fff;
	position: absolute;
	z-index: 100;
	display: block;
	padding: 7px;
	border: 1px #ccc solid;
}

IMG#tx_mhajaxsearch_spinner {
	z-index:2;
	position: relative;
	padding: 0px;
	margin: 0px;
}


INPUT#tx_mhajaxsearch_send {
}

SPAN.tx_mhajaxsearch_pi_parent {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	float: left;
	width: 110px;
	padding-right: 7px;
	line-height: 1.4em;
	padding-top: 3px;
	padding-bottom: 3px;
}

SPAN.tx_mhajaxsearch_pi_title {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	line-height: 1.4em;
	float: right;
	width: 150px;
	padding-top: 3px;
	padding-bottom: 3px;
}

SPAN.tx_mhajaxsearch_pi_title SPAN.close {
	display: inline;
	padding: 0px;
	margin: 0px;
	float: right;
	padding-right: 3px;
}

DIV.tx_mhajaxsearch_pi_result_row {
	margin: 0px;
	padding: 0px;
}

A:hover DIV.tx_mhajaxsearch_pi_result_row {
	background: #002d5a;
}

A:hover DIV.tx_mhajaxsearch_pi_result_row span {
	color: #fff !important;
}

/* */