/**
 * Springer VDI Verlag - Online-Redaktionssytem
 *
 * Cascading Style Sheet - Spezielle CSS-Datei
 *
 * (c)2005 Kremer-IT, 48149 Muenster, Germany
 */


/**
 * In dieser Datei kann man das Aussehen eines speziellen
 * Bereiches beeinflussen.
 *
 * Vorgaben aus der allgemeinen CSS-Datei koennen durch
 * erneute Deklaration angepasst werden. Dazu ist es nicht
 * noetig die gesamte Style-Definition erneut aufzufuehren,
 * es reicht die Attribute aufzufuehren, die angepasst werden
 * sollen
 */


/**
 * Folgende Sachen sind bei der Implementierung einer neuen Zeitschrift anzupassen:
 *
 * gfx/square.gif = <zeitschriftenfrabe>
 *
 * include/config.inc.php
 * ----------------------
 * $backgroundColor['menu']           = '<zeitschriftenfarbe>';
 * $backgroundColor['menu_active']    = '<zeitschriftenfarbe_hell>';
 * $backgroundColor['submenu']        = '<zeitschriftenfarbe>';
 * $backgroundColor['submenu_active'] = '<zeitschriftenfarbe_hell>';
 *
 * include/style.css:
 * ----------
 * a.page_current    : color: <zeitschriftenfarbe>
 * a:active          : color: <zeitschriftenfarbe>
 * a:hover           : color: <zeitschriftenfarbe>
 * a.shortcut:active : color: <zeitschriftenfarbe>
 * a.shortcut:hover  : color: <zeitschriftenfarbe>
 *
 * div#login          : background-color: <zeitschriftenfarbe>
 * div#logout         : background-color: <zeitschriftenfarbe>
 * div.menu           : background-color: <zeitschriftenfarbe>
 * div.menu_active    : background-color: <zeitschriftenfarbe_hell>
 * div.menu_protected : background-color: <warfarbe> (z.B. orange)
 * div.submenu        : background-color: <zeitschriftenfarbe>
 * div.submenu_avtive : background-color: <zeitschriftenfarbe_hell>
 *
 * h1.feature  : color: <zeitschriftenfarbe>
 * h1.sitename : color: <zeitschriftenfarbe>
 *
 * img#img_header_1_1 : an die Zeitschriftenanforderungen anpassen
 * img#img_header_1_2 : an die Zeitschriftenanforderungen anpassen
 * img#img_header_1_3 : an die Zeitschriftenanforderungen anpassen
 *
 * span.arrow  : color: <zeitschriftenfarbe>
 *
 * td#header_1_1 background-color : <zeitschriftenfarbe>
 * td#header_1_1 background-image : -zeitschriftenabhängig ob vorhanden-
 * td#header_1_2 background-color : <zeitschriftenfarbe_hell>
 * td#header_1_2 background-image : -keines-
 * td#header_1_3 background-color : <zeitschriftenfarbe_3>
 * td#header_1_3 background-image : -zeischriftenabhöngig-
 *
 * ul.square:    color: <zeitschriftenfarbe>
 */
a {
	color: #000000;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color: #E60003;
	text-decoration:none;
}
a:active {
	color: #E60003;
	text-decoration:none;
}

a.page_current {
	color:#E60003;
}
a.page_current:link {
	color:#E60003;
}
a.page_current:visited {
	color:#E60003;
}
a.page_current:hover {
	color:#E60003;
}
a.page_current:active {
	color:#E60003;
}

a.menu {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.shortcut {
	color: #808080;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.shortcut:link {
	color: #000000;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.shortcut:visited {
	color: #000000;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.shortcut:hover {
	color: #E60003;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}
a.shortcut:active {
	color: #E60003;
	font-size:11px;
	font-weight:normal;
	text-decoration: none;
}


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

div.banner_halfsize {
	width:234px;
	margin: 0px auto 20px 0px;

	font-size: 9px;
	color: #000000;

	text-align: left;
	vertical-align: middle;
}

div.banner_head {
	margin: 10px 21px auto auto;

	font-size: 9px;
	color: #000000;

	text-align: left;
	vertical-align: middle;
}

div.banner_content {
	clear: both;
	text-align: center;
	padding: 15px 0px 15px 0px;

	font-size: 9px;
	color: #000000;

	text-align: left;
	vertical-align: middle;
}


div.feature {
	clear:both;
	padding: 5px 10px 5px 10px;
	margin: 25px 0px 5px 0px;

	border-style:solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}

div#login {
	clear:both;
	padding: 5px 10px 5px 10px;
	margin: 25px 21px 5px 0px;

	background-color: #E7A39F;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}

div#logout {
	clear:both;
	padding: 5px 10px 5px 10px;
	margin: 25px 21px 5px 0px;

	background-color: #E7A39F;
	border-style:solid;
	border-width: 1px 0px 1px 0px;
	border-color: #FFFFFF;
}

div.login_accountadmin {
	padding: 5px;
	margin: 0px;
	background-color: #EEEEEE;
	border: 1px solid #B6B6B6;
}

div.navigation {
	color: #000000;
	font-size:11px;
	font-weight:normal;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

div.menu {
	cursor:pointer;
	padding: 0px;
	height:25px;
	margin: 0px 0px 1px 0px;

	background-color: #E60003;
	color: #FFFFFF;
	font-size: 11px;
	text-align:left;
}

div.menu_active {
	cursor:pointer;
	padding: 0px;
	height:25px;
	margin: 0px 0px 1px 0px;

	background-color: #EDB4AA;
	color: #FFFFFF;
	font-size: 11x;
	text-align:left;
}

div.menu_protected {
	cursor:pointer;
	height:100%;
	width:5px;
	float:right;

	background-color: #F89632;
}

div.menu_public {
	cursor:pointer;
	height:100%;
	width:5px;
	float:right;
}

div.submenu {
	cursor:pointer;
	padding-left: 8px;
	margin: 0px 0px 1px 35px;

	background-color: #E60003;
	color: #FFFFFF;
	font-size: 11px;
	line-height:15px;
	text-align:left;
}

div.submenu_active {
	cursor:pointer;
	padding-left: 8px;
	margin: 0px 0px 1px 35px;

	background-color: #EDB4AA;
	color: #FFFFFF;
	font-size: 11px;
	line-height:15px;
	text-align:left;
}

div.menu_link {
	cursor:pointer;
	padding: 6px 1px 6px 0px;
}

div.menu_icon {
	width:40px;
	float:left;
	text-align: center;
}

div.thumbnail_right {
	padding: 5px;
	margin: 0px 0px 0px 10px;
	float:right;
	font-size: 11px;
}

div.thumbnail_left {
	padding: 5px;
	margin: 0px 10px 0px 0px;
	float:right;
	font-size: 11px;
}

h1.article {

}

h1.category {
	font-size: 12px;
	font-weight:bold;
	margin: 15px 0p 15px 0px;
}

h1.feature {
	font-size:12px;
	font-weight:bold;
	color:#E60003;
}

h1.news {
	font-size: 12px;
	margin-bottom:0px;
}

h1.sitename {
	color: #C4190E;
	font-size: 12px;
	border-bottom: 2px solid #CCCCCC;
	padding-bottom: 3px;
	padding-left:0px;
	margin-bottom: 15px;
}

h2.article {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.news {

}

h2.issue {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding:0px;
}

h2.issuedetails {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding:0px;
}

h3 {
	font-size:12px;
}

h3.article {
	font-size: 11px;

	margin-top: 10px;
	margin-bottom: 10px;
}

h3.issue {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 2px solid #CCCCCC;
}

h3.issuedetails {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	border-top: 2px solid #CCCCCC;
}

h3.issuedetails_first {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	border-top: none;
}

h2.searchresult {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 2px solid #CCCCCC;
}

hr {
	border: 0;
}

hr.spacer {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
}

img.category {
	margin:5px;
}

img#img_header_1_1 {
	margin-top: 20px;
	margin-left:32px;
}

img#img_header_1_2 {
	margin-top: 85px;
	border:none;
}

img#img_header_1_3 {

}

img.forward {
	border:none;
	margin: 0px 5px 0px 5px;
}
img.back {
	border:none;
	margin: 0px 5px 0px 5px;
}

img.menu {
	margin: 6px auto auto auto;
}

img.themenpunkt {
	margin-right: 5px;
	margin-bottom: 2px;
}

input {
	border: solid;
	border-width: 2px 1px 1px 2px;
	border-left-color: #666666;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

input.button {
	color: #000000;
	font-weight:normal;
	background-color:#C0C0C0;
	border: 1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

input.button_feature {
	width: 60px;
	position: absolute;
	margin-left:130px;

	background-color:#C0C0C0;
	border: 1px solid;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

span.arrow {
	color:#E60003;
	font-weight:bold;
}

table.account_login {
	width:100%;
	margin: 0px;
	background-color: #F29520;
	border: 1px solid #000000;
	border-width: 1px 0px 1px 0px;
}

table.main {
	width:1000px;
	height: 0px;

	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: auto;
}

textarea {
	border: solid;
	border-width: 2px 1px 1px 2px;
	border-left-color: #666666;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

td#header_1_1 {
	width:330px;
	height:135px;
	background-color:#FFFFFF;
	background-image:url(../gfx/header_1_1_bg.gif);
	background-repeat:repeat-y;
	text-align:left;
	vertical-align: top;
}

td#header_1_2 {
	width:110px;
	height:135px;
	background-color:#D6D6D6;
	text-align:center;
	vertical-align: top;
}

td#header_1_3 {
	width:560px;
	height:135px;
	text-align: right;
	vertical-align: top;
	background-color:#E77F6C;
	background-image:url(../gfx/header_1_3_bg.gif);
	background-repeat:no-repeat;
}

td.menu {
	width:185px;
	height:100%;
	vertical-align: top;

	background-color: #FFFFFF;
}

td.content {
	height:100%;
	padding: 0px 44px 0px 44px;
	vertical-align: top;

	background-color: #FFFFFF;
}

td.feature {
	width:255px;
	height:100%;
	vertical-align: top;
	text-align: left;

	background-color: #D6D6D6;
	color: #FFFFFF;
}

td.description {
	background-color: #FFFFFF;
}

ul {
	margin-top: 7px;
	margin-bottom: 5px;
}

ul.square {
	color: #E60003;
	padding-left:0em;
	margin-left:0em;
	list-style-type: square;
}

div#cbbox {
	padding: 5px;
	/*padding-right: 0px;*/
	background-color: #D6D6D6;
	height: 60px;
	line-height: 20px;
}

div#cbtext {
	padding-top:10px;
	float:left;
	/*border:1px solid green;*/
	background-color: #D6D6D6;
	width:300px;
}

div#cblogo {
	float:right;
	margin-top:5px;
	/*border:1px solid #D6D6D6;*/
	margin-bottom:5px;
}
