/* Styles for the general looks for the Curve theme.
------------------------------------------------------- */

/* Normal, standard links. */
a:link, a:visited {
	color: #346;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* Set a fontsize that will look the same in all browsers. */
body {
	background: #E9EEF2 url(../css/images/backdrop.png) repeat-x;
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	padding: 15px 0;
}

/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr {
	color: #222;
}

/* This division wraps the entire forum when a forum width is set. */
div#wrapper {
	max-width: 1280px;
	min-width: 550px !important;
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0px auto; /* standardkonforme horizontale Zentrierung */
	padding-left: 5px;
	padding-right: 5px;
	position: relative;

}

/* lets give all forms zero padding/margins */
form {
	padding: 0;
	margin: 0;
}


input, button, select, textarea {
	font: 95%/115% verdana, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #7f9db9;
	padding: 2px;
}

/* Select elements look horrible with the extra padding, so leave them unpadded. */
select {
	padding: 0;
}

/* Add some padding to the options instead. */
select option {
	padding: 1px;
}

/* The font size of textareas should be just a little bit larger. */
textarea {
	font: 100%/130% verdana, Helvetica, sans-serif;
}

/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset{
	background: #cde7ff url(../css/images/submit_bg.png) no-repeat;
	border: 1px solid #aaa;
	cursor: pointer;
	font-weight: normal;
}

.button_submit:hover, .button_reset:hover{
	border: 1px solid #aaa;
	background: url(../css/images/submit_bg.png) no-repeat 0 -140px #cde7ff;
}
input:focus, textarea:focus, button:focus, select:focus{
	background-color: #ffffee;
}

/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio{
	border: none;
	background: none;
}

h3.catbg input.input_check{
	margin: 9px 7px 0 7px;
}

/* Give disabled text input elements a different background color. */
input[disabled].input_text{
	background-color: #eee;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor{
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
}

/* By default set the color on these tags as #000. */
h1, h2, h3, h4, h5, h6 { font-family: 'Diavlo', arial, serif; }

h1, h2 {
	margin-top: 0px;
	margin-bottom: 1.0ex;
	font-weight: bold;
	text-shadow: 3px 3px 3px #ddd;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0.6ex;
	font-weight: bold;
	text-shadow: 3px 3px 3px #ddd;
	font-size: 16px;
}

h3.nomargin {
	margin: 0;
	font-size: 1.1em;
}

h4 {
	font-size: 14px;
}

/* No image should have a border when linked. */
a img {
	border: 0;
}

/* Define strong as bold, and em as italics */
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/* Alternative for u tag */
.underline
{
	text-decoration: underline;
}

/* Common classes to easy styling.
------------------------------------------------------- */

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.flow_auto {
	overflow: auto;
}

.flow_hidden {
	overflow: hidden;
}

.flow_hidden .windowbg, .flow_hidden .windowbg2 {
	margin-top: 2px;
}

.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, tr.smalltext th {
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext, .ssi_table {
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: verdana, sans-serif;
}
.normaltext {
	font-size: 1em;
	line-height: 1.2em;
}
.largetext {
	font-size: 1.4em;
}
.centertext {
	margin: 0 auto;
	text-align: center;
}
.righttext {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height {
	line-height: 2em;
}
/* some common padding styles */
.padding {
	padding: 0.7em;
}
.main_section, .lower_padding {
	padding-bottom: 0.5em;
}
/* a quick reset list class. */
ul.reset, ul.reset li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Used for sections that need somewhat larger corners.
----------------------------------------------------------- */
.roundframe {
	padding: 0 5px;
	background: #f5f5f5;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;

}
.roundframe dl, .roundframe dt, .roundframe p {
	margin: 0;
}
.roundframe p {
	padding: 0.5em;
}
span.upperframe, span.upfw, span.upfy {
	padding: 0;
	display: block;
	padding-left: 20px;
}
span.upperframe span, span.upfw span,  span.upfy span {
	padding: 0;
	height: 12px;
	display: block;
}
span.lowerframe, span.lofw, span.lofy {
	padding: 0;
	display: block;
	padding-left: 20px;
}
span.lowerframe span, span.lofw span, span.lofy span {
	padding: 0;
	height: 12px;
	display: block;
}

span.upperframe { background: url(../css/images/main_block.png) 0 -90px no-repeat; }
span.upperframe span { background: url(../css/images/main_block.png) 100% -90px no-repeat; }
span.lowerframe { background: url(../css/images/main_block.png) 0 -102px no-repeat; }
span.lowerframe span { background: url(../css/images/main_block.png) 100% -102px no-repeat; }

span.upfw { background: url(../css/images/main_block.png) 0 -60px no-repeat; }
span.upfw span { 	background: url(../css/images/main_block.png) 100% -60px no-repeat; }
span.lofw { background: url(../css/images/main_block.png) 0 -72px no-repeat; }
span.lofw span { 	background: url(../css/images/main_block.png) 100% -72px no-repeat; }

span.upfy { background: url(../css/images/main_block.png) 0 -30px no-repeat; }
span.upfy span { background: url(../css/images/main_block.png) 100% -30px no-repeat; }
span.lofy { background: url(../css/images/main_block.png) 0 -42px no-repeat; }
span.lofy span { background: url(../css/images/main_block.png) 100% -42px no-repeat; }

.white { background: #fff; }
.yellow { background: #fff8c0; }

/* Styles for the standard dropdown menus.
------------------------------------------------------- */
#main_menu {
	position: absolute;
	margin: 24px 205px;
	margin-right: 21em;
	padding-top:2px;
	float: left;
	min-width: 300px;
	z-index:100;
}

.dropmenu, .dropmenu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu {
	padding: 0 0.5em;
}
.dropmenu a {
	display: block;
	color: #000;
	text-decoration: none;
}
.dropmenu a span {
	display: block;
	padding: 0 0 0 5px;
	font-size: 1.0em;
}
/* the background's first level only */
.dropmenu li a.firstlevel {
	margin-right: 8px;
}
.dropmenu li a.firstlevel span.firstlevel {
	display: block;
	position: relative;
	left: -6px;
	padding-left: 5px;
	height: 22px;
	line-height: 19px;
	white-space: pre;
}
.dropmenu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.dropmenu li ul {
	z-index: 900;
	display: none;
	position: absolute;
	width: 19.2em;
	font-weight: normal;
	border-bottom: 1px solid #999;
	background: url(../css/images/menu_gfx.png) 0 -130px no-repeat;
	padding: 7px 0 0 0;
}
.dropmenu li li {
	width: 19em;
	margin-left: 0px;
	padding-right: 1px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.dropmenu li li a span {
	display: block;
	padding: 8px;
}
.dropmenu li ul ul {
	margin: -1.8em 0 0 13em;
}

/* the active button */
.dropmenu li a.active {
	background: url(../css/images/menu_gfx.png) no-repeat 100% 0;
	color: #fff;
	font-weight: bold;
}
.dropmenu li a.active span.firstlevel {
	background: url(../css/images/menu_gfx.png) no-repeat 0 0;
}
/* the hover effects */
.dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel {
	background: url(../css/images/menu_gfx.png) no-repeat 100% -30px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.dropmenu li a.firstlevel:hover span.firstlevel, .dropmenu li:hover a.firstlevel span.firstlevel {
	background: url(../css/images/menu_gfx.png) no-repeat 0 -30px;
}
/* the hover effects on level2 and 3 */
.dropmenu li li a:hover, .dropmenu li li:hover>a {
	background: #d4dbe4;
	color: #000;
	text-decoration: none;
}
.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul {
	top: -999em;
}
.dropmenu li li:hover ul {
	top: auto;
}
.dropmenu li:hover ul {
	display: block;
}
.dropmenu li li.additional_items {
	background-color: #fff;
}
.adrop  {
	display: block;
	height: 22px;
	width:100%;
	padding-top: 6px;
}
.droplink {
	display: block; 
	height: 22px; 
	width:100%; 
	padding-top: 6px;
}

/* The dropdown menu toggle image */
#menu_toggle {
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}
#menu_toggle span {
	position: relative;
	right: 5000px;
}
a.activelink {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	border-radius: 5px;
	padding: 0px 4px 0px 4px;
	background: #cde7ff url(../css/images/menu_gfx.png) no-repeat;
	color: #fff;
}
a.lbutton:hover {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	border-radius: 5px;
	padding: 0px 4px 0px 4px;
	background: url(../css/images/menu_gfx.png) no-repeat 100% -30px;
	color: #fff;
	text-decoration: none;
}
a.lbutton {
	line-height: 1.4em;
}

/* Styles for the general looks for the Curve theme.
------------------------------------------------------- */

/* the framing graphics */
#header {
	background: url(../css/images/main_block.png) #fefefe no-repeat 0 -480px;
	padding-left: 20px;
	z-index: 1;
}

#header div.frame {
	background: url(../css/images/main_block.png) no-repeat 100% -480px;
	display: block;
	padding: 5px 5px 1.5em 0;
	z-index: 1;
}

#header div.frame table {
	margin-left: -10px;
}

/* the content section */
#content_section {
	background: #FFFFFF url(../css/images/frame_repeat.png) repeat-y top left;
	padding-left: 5px;
}
#content_section div.frame {
	background: url(../css/images/frame_repeat.png) repeat-y top right;
	display: block;
	padding: 0 20px 0 0;
	margin-left: 15px;
}

#content_section div.iframe {
	background: url(../css/images/frame_repeat.png) repeat-y top right;
	display: block;
}

#main_content_section{
	background: #ffffff;
	margin-left: 195px;
	margin-right: 194px;
	min-height: 300px;
	position: relative;
}
#main_content_section_nr{
	background: #ffffff;
	margin-left: 195px;
	margin-right: -10px;
	min-height: 300px;
	position: relative;
}
#main_content_section_fs{
	background: #ffffff;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 300px;
	position: relative;
}
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle{
	line-height: 45px;
	font-size: 1.8em;
	font-family: Geneva, verdana, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
}
h3, h4{
	padding-bottom: 3px;
}
/* the upshrink image needs some tweaking */
img#upshrink {
	float: right;
	margin: 1em;
}
/* ..so does the SMF logo */
img#smflogo {
	margin-left: 1em;
}
#guest_form {
	overflow: hidden;
}
#guest_form .info {
	padding: 4px 0 ;
	line-height: 1.3em;
}

/* clearing the floats */
#top_section {
	min-height: 65px;
	overflow: hidden;
	margin-bottom: 0px;

}

/* The navigation list (i.e. linktree) */
.navigate_section {
	padding: 0.5em;
	margin: 0 0 0 0;
}
.navigate_section ul {
	display: block;
	margin: 0;
	font-size: 0.9em;
	padding: 1em 0 0.5em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	list-style: none;
	clear: both;
	width: 100%;
}
.navigate_section ul li {
	float: left;
	padding: 0 0.5em 0 0;
	font-size: 0.95em;
}
.navigate_section ul li a {
	white-space: pre;
}

/* The footer wih copyright links etc. */
#footer_section {
	text-align: center;
	background: url(../css/images/main_block.png) no-repeat 0 -820px;
	padding-left: 20px;
}
#footer_section {
	font-size: 1em;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}
#footer_section div.frame {
	background: url(../css/images/main_block.png) no-repeat 100% -820px;
	display: block;
	padding: 60px 0 0 0;
}
#footer_section ul li, #footer_section span {
	font-size: 0.9em;
}
#footer_section ul li {
	display: inline;
	padding-right: 5px;
}
#footer_section ul li.copyright {
	display: block;
}
select.qaction, input.qaction {
	font-size: 0.85em;
	padding: 0;
}
#mlist table tbody td.windowbg2 {
	text-align: center;
}

/* Styles for a typical table.
------------------------------------------------------- */
table.table_list {
	width: 100%;
}
table.table_list p {
	padding: 0;
	margin: 0;
}
table.table_list td, table.table_list th {
	padding: 5px;
}
table.table_list tbody.header td {
	padding: 0;
}
table.table_list tbody.content td.stats {
	font-size: 90%;
	width: 15%;
	text-align: center;
}
table.table_list tbody.content td.lastpost {
	line-height: 1.3em;
	font-size: 85%;
	width: 24%;
}
table.table_list tbody.content td.icon {
	text-align: center;
	width: 6%;
}

/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox {
	padding-bottom: 1px;
}
#quickReplyOptions .roundframe {
	padding: 0 10%;
}
#quickReplyOptions form textarea {
	height: 100px;
	width: 635px;
	max-width: 100%;
	min-width: 100%;
	margin: 0.25em 0 1em 0;
}
/* The jump to box */
#display_jump_to {
	clear: both;
	padding: 5px;
	margin-top: 6px;
	text-align: right;
}

/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator {
	display: none;
}

/* Styles Startseite.
------------------------------------------------------- */
div.logo {
	position: absolute;
	left: 17px;
	top: 15px;
	height: 142px;
	width: 200px;
}

div.navbar_left {
	margin-top: 50px;
	margin-left: 7px;
	width: 200px;
	line-height: 16px;
	float: left;
}

div.navbar_right {
	float: right;
	margin-right: 10px;
	top: 160px;
	width: 200px;
	line-height: 16px
}

div.add_top_right {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 260px;
}

.round {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #ccc;
	border-radius: 6px;
	padding: 1px;
}

.darker {
	background-color: #f0fff0;
}

.light {
	background-color: #ffffff;
}

.gray {
	background-color: #f6f6f6;
}

.buttonG, .buttonR {
	border-top: 1px solid #d8d8e7;
	border-left:  1px solid #d8d8e7;
	border-bottom:  1px solid #96a2ae;
	border-right: 1px solid #96a2ae;
	text-decoration: none;
	color: black;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	white-space: nowrap;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px 2px 0px 2px;
}

.buttonR {
	background-color: #fdd;
	font-size: 10px;
}

.buttonG {
	background-color: #cfe;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 2); 
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 2); 
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 2);
	font-size: 11px;
}

.buttonR:hover, .buttonG:hover {
	border-top: 1px solid #96a2ae;
	border-left:  1px solid #96a2ae;
	border-bottom:  1px solid #d8d8e7;
	border-right: 1px solid #d8d8e7;
	text-decoration: none;
	color: black;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	white-space: nowrap;
}

table.logonoff {
	width: 98%;
	border: 1px outset red;
	margin: 10px;
	padding: 8px;
	background-color: yellow;
}

a.highslide img{
	border: none;
}

.clearit
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.EXIF_Secondary_Heading{ color: orange}
.EXIF_Table,
.JPEG_APP_Segments_Table,
.JPEG_Intrinsic_Table,
.JFIF_Table,
.XMP_Table {
	border-collapse: collapse;
	border: 1px solid #909000;
	width: 100%;
}
.EXIF_Table tbody td {
	border-width: 1px;
	border-style:solid;
	border-color: #909000;
}

.EXIF_Caption_Cell,
.JFIF_Caption_Cell,
.JPEG_APP_Segments_Caption_Cell,
.JPEG_Intrinsic_Caption_Cell,
.XMP_Caption_Cell {font-size:11px; }

.EXIF_Value_Cell,
.JFIF_Value_Cell,
.JPEG_APP_Segments_Size_Cell,
.JPEG_APP_Segments_Type_Cell,
.JPEG_Intrinsic_Value_Cell,
.XMP_Value_Cell  {
	font-size:11px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

ul.none {
	padding-left: 0;
	margin-top: 2px;
}

li.none {
	margin-bottom: 1px;
	margin-top: 1px;
	list-style: none;
	margin-left: 0;
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: -1em;
}

.tooltip {
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}

a.tooltip {
	text-decoration: none;
}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 500px;
	font-weight: normal;
	color: black;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: normal;
	display: block; padding: 0.2em 0 0.6em 0;
}

.classic { 
	background: #FFFFEE; 
	border: 1px solid #FFFFEE; 
	padding: 0.8em 1em;
	font-size: 100%;	
}

#result {
	font-size: 100%;
}

@font-face {
  font-family: 'Diavlo';
  src: url('/css/fonts/Diavlo_II_37/diavlo_bold_ii_37-webfont.eot'); /* Hello, IE */
  src: local('Diavlo'), url('/css/fonts/Diavlo_II_37/Diavlo_BOLD_II_37.otf') format('opentype');
  font-weight: bold;
}

.headlinetext {
	font-size: 2.3em;
	font-style: bold;
}