/* ===== GENERAL STYLES ===== */
* {
	margin:0px; padding:0px;
}

html {
	height:100%;
}

body {
	font-family:Times New Roman, serif; color:#000000; font-size:11pt; text-align:center;
	background:url(body_bg.jpg) #FFFFFF top center repeat-y;
	height:100%;
}

div#container {
	width:712px;
	margin:0 auto;
	text-align:left;
	position:relative;
	
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE, thx 2 standards.webmasterpro.de */
}

h1#header {
	width:712px; height:314px;
	text-indent:-9999px;
	background:url(header.jpg) top center no-repeat;
}
h1#header a {
	display:block;
	width:712px; height:321px;
}

div#content {
	width:680px;
	text-align:left;
	padding:10px; padding-bottom:120px; /* unteres padding wegen Footer */
	margin-top:10px;
}

div#footer {
	display:block;
	width:712px; height:80px;
	background:url(footer_bg.jpg) bottom center no-repeat;
	text-align:center;
	position:absolute; bottom:0px;
}
div#footer div {
	display:block;
	margin-top:20px; 
	font-size:9pt; color:#DEDEDE;
}
div#footer div a {
	color:#888888;
}

a img {
	border:none;
}

button img {
	padding-right:2px;
	vertical-align:text-bottom;
}

textarea, input.field {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
}

img#captcha_gfx {
	border:1px solid #DEDEDE;
}

*.small		{ font-size:9pt; }
*.big		{ font-size:14pt; }
*.normal	{ font-size:11pt; }

A:link		{ color: #DEDEDE; text-decoration: underline; }
A:visited	{ color: #DEDEDE; text-decoration: underline; }
A:focus		{ color: #555555; text-decoration: underline; }
A:hover		{ color: #555555; text-decoration: underline; }
A:active	{ color: #555555; text-decoration: underline; }

div#content ul, div#content ol {
	margin-left:30px;
}


/* ===== NAVIGATION ===== */

ul#menu_nav {
	position:relative;
	list-style-type:none;
	height:44px; width:712px;
}
ul#menu_nav li {
	display:inline;
	text-indent:-9999px;
}
ul#menu_nav li a {
	display:block;
	position:absolute; top:0px;
	height:61px;
}
ul#menu_nav li#nav_2954 a {
	width:98px; left:0px;
	background:url("nav_home.jpg") left top no-repeat;
}
ul#menu_nav li#nav_3040 a {
	width:123px; left:98px;
	background:url("nav_concerts.jpg") left top no-repeat;
}
ul#menu_nav li#nav_8176 a {
	width:115px; left:221px;
	background:url("nav_portrait.jpg") left top no-repeat;
}
ul#menu_nav li#nav_6794 a {
	width:106px; left:336px;
	background:url("nav_fashion.jpg") left top no-repeat;
}
ul#menu_nav li#nav_4500 a {
	width:161px; left:442px;
	background:url("nav_publications.jpg") left top no-repeat;
}
ul#menu_nav li#nav_7393 a {
	width:109px; left:603px;
	background:url("nav_contact.jpg") left top no-repeat;
}
ul#menu_nav li#nav_2954 a:hover, ul#menu_nav li#nav_3040 a:hover, ul#menu_nav li#nav_8176 a:hover, ul#menu_nav li#nav_6794 a:hover, ul#menu_nav li#nav_4500 a:hover, ul#menu_nav li#nav_7393 a:hover {
	background-position:right top !important;
}
ul#menu_nav li#nav_2954 a.active_link, ul#menu_nav li#nav_3040 a.active_link, ul#menu_nav li#nav_8176 a.active_link, ul#menu_nav li#nav_6794 a.active_link, ul#menu_nav li#nav_4500 a.active_link, ul#menu_nav li#nav_7393 a.active_link {
	background-position:right top !important;
}



/* ===== COMMENT SYSTEM ===== */
div#comment_system {
	padding:30px 0px 10px 10px; margin-top:20px;
	width:677px;
	text-align:left; font-size:10pt;
	position:relative;
	background:url(../graphics/comment_symbol.gif) 5px 10px no-repeat #BBBBBB;
	border:2px solid #DEDEDE;
}
body#comment_body div#comment_system {
	width:auto; margin:0px 3px;
	border:none;
}
div#comment_system h3 {
	font-weight:bold; font-size:11pt;
}
div.comment {
	border-top:1px solid #DEDEDE; border-left:1px solid #DEDEDE;
	padding:3px 3px 0px 3px; margin:15px 5px;
	background:url(../skin/comment_bg.jpg) top left no-repeat;
}
div.comment p {
	padding-left:20px; margin-top:5px;
	font-style:italic;
}

body#comment_body {
	background:url() #DEDEDE;
}
body#comment_body div#comment_system {
	background-color:#DEDEDE;
}
body#comment_body form {
	margin-top:30px; padding-top:5px;
	border-top:3px double #DEDEDE;
}
body#comment_body form input, body#comment_body form textarea {
	width:300px;
}
body#comment_body form label, body#comment_body form button {
	display:block;
	margin-top:5px;
}
body#comment_body img#captcha_gfx {
	display:block;
}
body#comment_body input#captcha {
	width:50px;
}



/* ===== VOTING SYSTEM ===== */

div#voting {
	padding:30px 0px 10px 10px; margin-top:20px;
	width:677px;
	text-align:left; font-size:10pt;
	position:relative;
	background:url(../graphics/vote_symbol.gif) 5px 10px no-repeat #BBBBBB;
	border:2px solid #DEDEDE;
}
div#voting h3 { font-size:11pt; margin:10px 0px 2px 0px; }
div#voting label input {
	vertical-align:middle; margin-right:2px;
}
div#voting form#vote_form label {
	margin:10px;
}
div#voting form#vote_form button {
	display:block;
	margin:5px 0px 0px 10px;
	font-size:11pt;
	cursor:pointer;

}
div#voting form#vote_form button img {
	vertical-align:bottom;
	margin-right:2px;
}
div#voting ul#current_votes_details {
	list-style-type:none;
	padding-left:10px;
}

table#vote_chart {
	margin:auto;
	font-size:11pt;
	width:540px;
	border-spacing:0px;
	border-collapse:collapse;
}
table#vote_chart td {
	white-space:nowrap;
	padding:4px; margin:0px;
	border-bottom:1px solid #000000;
}
div.bar {
	border:1px solid #000000;
	background:url(vote_bar.jpg) left top repeat-x #3A2719;
	height:10px;
	float:left; margin-right:3px;
}



/* ===== CONTACT FORM ===== */

body#contact_form {
	background-color:#DEDEDE;
	color:#000000;
}
div#email {
	padding:10px; margin-top:10px;
	text-align:left; font-size:11pt;
	position:relative;
	background:url(../graphics/email_symbol.gif) 0px 10px no-repeat;
}
div#email a {
	margin-left:30px;
}

body#contact_form {
	background-image:none;
	padding:5px;
	font-size:11pt; text-align:left;
}
body#contact_form table {
	margin-top:20px;
	font-size:11pt;
	width:100%;
	text-align:right;
}
body#contact_form td {
	padding:3px;
}
body#contact_form textarea {
	width:100%; height:200px;
	margin:auto;
	font-size:11pt; font-family:Times New Roman, serif;
}
body#contact_form input.field {
	width:400px;
}
body#contact_form input#subject {
	width:450px;
}
body#contact_form img#captcha_gfx {
	display:block; float:right;
	margin:4px 0px;
}
body#contact_form input#captcha {
	width:50px;
}



/* ===== ERROR-MESSAGES ===== */
div.alert {
	text-align:center;
}
div.success, div.question, div.info, div.error {
	margin:30px auto; padding:20px 10px 20px 70px;
	border-width:2px; border-style:outset;
	background-position:10px center; background-repeat:no-repeat; background-color:#FFFFFF;
	width:500px;
	text-align:left; color:#000000;
}
div.success {
	background-image:url(../graphics/alert_success.jpg);
	border-color:#2F6F00;
}
div.question {
	background-image:url(../graphics/alert_question.jpg);
	border-color:#0008A3;

}
div.info {
	background-image:url(../graphics/alert_info.jpg);
	border-color:#FFDE00;
}
div.error {
	background-image:url(../graphics/alert_error.jpg);
	border-color:#860000;
}