/* test content für news*/
.content {
	padding-bottom:5px;
	border-bottom:1px solid white;
}

p, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
p  { padding-bottom: 10px }

body {
	background-color: white;
	background-image: url(bg_main.gif);
	background-position: top left; 
	margin: 0px;
	padding: 0px;
}

.small {
	font-size: 9px;
}
.light {
	color: #9ba8b4;
}

.micro {
	font-size: 9px;
	color: #9ba8b4;
}

a.minilink, a.minilink:hover, a.minilink:visited, a.minilink:active {
	font-size: 9px;
	color: #9ba8b4;
	text-decoration:none;
}

a.minilink:hover {
	color:red;
}

body, td, p, input, textarea {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: #333333;
	font-size: 11px;
}

a, a:visited {
	color: red;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}


/* lipu */
ul   { 
	list-style-image: url(lipu.gif); 
	margin-left: 18px;
	
}

#infotable ul {
	list-style-image: url(lipu.gif); 
}

li {
	padding-bottom: 5px;
}



h1 {
	border-top: 1px solid white;
	color: red;
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 5px;
}
h2 {
	color: black;
	font-size: 13px;
	margin-bottom: 20px;
}

/*** design ***/

#base {
	background-color: white;
	border: 1px solid #DEDEDE;
}

#leftcontent {
	margin-left: 60px;
	font-size: 10px;
}

#leftcontent img {
	margin-top: 15px;
	margin-bottom: 7px;
}

#content {
	padding-left: 27px;
	padding-right: 20px;
}


.click {
	border: none;
	background: none;
}

.click_red {
	border: none;
	background: none;
	color:red;
}

input, textarea, select {
	font-size: 10px;
	border: 1px solid darkgreen;
}


/*** menü ***/


#menu {
	padding-top: 0px;
	padding-left: 20px;
	text-transform: uppercase;
}


div.menuitem0 a, div.menuitem0 a:visited {
	color: black;
}

#menu div.menuitem0 a {
	margin-right: 12px;
	padding-left: 12px;
	
	background-image: url(m_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#menu div.menuitem0 a.active {
	background-image: url(m_dota.gif);
}


#menu div.menuitem0, div.menuitem0 a {
	float: left;
	text-decoration: none;
	font-size: 11px;
	text-decoration: none;
}

#menu div.menuitem0 a:hover {text-decoration: none; background-image: url(m_dota.gif);}
#menu div.menuitem0 a.active {text-decoration: none; font-weight: bold; text-decoration: none;}

table.list {
	border:0px;
	padding:0px;
}

table.list tr.header td {
	padding-bottom:5px;
	font-weight:bold;	
}
table.list tr.content td{
	background-color:white;
	padding:2px;
}
table.list tr.zebra td {
	height:3px;
}
table.box {
	border:1px solid white;
	margin-bottom:10px;
}
table.box td.image {
	padding:3px;
	width:170px;
}
table.box td.header {
	background-color:#00AA5C;
	border-bottom:1px solid white;
	border-top:1px solid white;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	width:170px;
}
table.box td.content {
	text-align:center;
	vertical-align:middle;
	font-size:9px;
	padding:2px;
	width:170px;
	height:55px;
}
table.box td.image_pro {
	padding:3px;
	width:130px;
}
table.box td.header_pro {
	background-color:#00AA5C;
	border-bottom:1px solid white;
	border-top:1px solid white;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	width:130px;
	height:30px;
}
table.box td.content_pro {
	text-align:right;
	vertical-align:middle;
	padding:2px;
	width:130px;
}
table.box td.content_pro_detail {
	text-align:left;
	vertical-align:middle;
	padding:2px;
	width:170px;
}

hr {
	color:white;
	height:1px;
	padding-top:2px;
	padding-bottom:2px;
}
