/* Main Layout */
img { border: none; }

hr {
  color: #666666;
  background-color: #D0EAF2;
  border: 0px;
  border-top: transparent;
  border-bottom: transparent;
  margin: 2px 0;
  height: 1px;
}

/* Links */
a, a:visited, a:active {
  color: #8AB8BC;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #486163;
  text-decoration: none;
  font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #8AB8BC;
  text-decoration: none;
  text-shadow: #FFFFFF 0px 1px 0px;
  font-weight: bold;
}

a.titlelink:hover {
  color: #486163;
  text-decoration: none;
  font-weight: bold;
}

a.profile_headlink, a.profile_headlink:visited, a.profile_headlink:active {
  color: #8AB8BC;
  font-size: 10px;
  text-decoration: none;
  text-shadow: #FFFFFF 0px 1px 0px;
  font-weight: bold;
}

a.profile_headlink:hover {
  color: #486163;
  text-decoration: none;
  font-weight: bold;
}

a.downloadnow, a.downloadnow:visited, a.downloadnow:active {
	color: #549CB2;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #D0EAF2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	webkit-border-radius: 4px;
	box-shadow: 3px 3px #F3F2F2;
	padding: 6px;
}

a.downloadnow:hover {
  color: #549CB2;
  text-decoration: none;
  background: #EAF4F7;
}

a.category, a.category:visited, a.category:active {
  color: #333333;
  text-decoration: none;
}

a.category:hover {
  color: #000000;
  text-decoration: underline;
}

/* Font types */
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

small {
  color: #383838;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.title {
  	background: url(Bilder/mainbox_top_bg.png) #FFF top repeat-x;
	height: 32px;
	color: #8AB8BC;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #FFFFFF 0px 1px 0px;
	padding-left: 6px;
	line-height: 31px;
}

.category_big, .category_big a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0px;
  padding: 0px;
}

input, textarea, select {
  border: 1px solid #C5DDE4;
  background: url(Bilder/form_bg.png) repeat-x #FFFFFF;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #68A7D0;
  padding: 5px;
  box-shadow: 0px 2px #F3F2F2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  webkit-border-radius: 4px;
}

input:active, textarea:active, select:active, input:focus, textarea:focus, select:focus {
  background: url(Bilder/form_bg.png) repeat-x #FFFFFF;
  color: #396988;
  border: 1px solid #77CAE2;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.input {
  background: #F6F6F6;
  border: none;
  margin: 2px;
  border-radius: 4px;
}

/* Infomessages - Miscellaneous */
.tooltip {
	position: absolute;
	display: none;
	background: url(Bilder/blank.png);
	color: #000000;
	border: 1px solid #D0EAF2;
	border-left: 4px solid #D0EAF2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	webkit-border-radius: 4px;
	box-shadow: 3px 3px #F3F2F2;
	padding: 4px 10px;
	z-index: 100;
}

.errorbox {
  background-color: #FFCCCC;
  border: 1px dashed #D60000;
  color: #666666;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
.loginerror {
	left: 45%; right: 60%;
	margin-top: 6px;
	padding: 4px;
	position: absolute;
	z-index: 1;
	color: #D71217;
  	font-size: 11px;
  	text-align: left;
	text-shadow: #FFFFFF 0px 1px 0px;
}

/* BBCode Tags */
.quote {
  color: #383838;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #F3F3F3;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFFFFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}
