body {
	background-color: #a19b8b;
	background-image: url(images/body_background.png);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#container {
	width: 936px;
	margin:0 auto;
}

#containerd {
	background-color: #fff;
	width: 936px;
	margin:0 auto;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #323232;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #265a89;
	border-right: 1px solid #265a89;
	float:left;
}

h1 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid thin black;
	margin-top: 10px;
}

h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header {
	background-color: white;
	margin-bottom: 10px;
	width: 934px;
	height: 111px;
}

/* Menü [Begin] ################## */
#left {
	float:left;
	width: 180px;
	height: 820px;
	padding: 10px;
}

#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-style:	normal;
}

#left ul ul {
	list-style: outside url(images/pfeil_menu.gif);
}

#left ul li {
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#left ul li li {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;  
	margin-bottom: 0px;
	margin-top: 2px;
	font-weight: normal;
}

#left a.menu-current-active-a , #left a.menu-current-active-a:hover, #left a.menu-current-active-a:active, #left a.menu-current-active-a:visited{
	color: #265a89;
	font-style:italic;
}

#left-news {
	width: 180px;
	font-size: 0px; /* IE7 Bug */
}

#left-news-text {
	font-size: 12px; /* IE7 Bug */
	border-left: 1px solid #3175a3;
	border-right: 1px solid #3175a3;
	border-bottom: 1px solid #3175a3;
}
	
/* Menü [End] ################## */

#main {
	float: left; 
	width: 510px;
	min-height: 815px;
	margin-left: 10px;
	padding: 10px;
	padding-top: 15px;
}

body>#main {
   height:auto; min-height:820px;
} 

#main ul {
	list-style: outside url(images/pfeil_menu.gif);
}

/* Right [Begin] ################## */

#right {
	float: left; 
	width: 180px;
	height: 820px;
	margin-left: 12px;
	background-color: white;
}

#right ul {
	list-style: outside url(images/pfeil_menu.gif);
	margin-left: 20px;
	padding-left: 0px;
	font-size: 10px;
}

#right a[href$='.exe'] { 
	padding-left: 0;
	background: none;
}

#right img {
	border: none;
}

#right-box {
	width: 180px;
	margin-bottom: 10px;
	font-size: 0px; /* IE7 Bug */
}

#right-box-border {
	border-left: 1px solid #3175a3;
	border-right: 1px solid #3175a3;
	border-bottom: 1px solid #3175a3;
}

#right-box-text {
	font-size: 12px; /* IE7 Bug */
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#right-box-text h2 {
	margin-top: 0;
}

#right-box-text ul {
	margin-top: 0;
}

#right-box-text img {
	padding-bottom: 5px;
}

#right a:link, #right a:active, #right a:visited  {
	color: black;
	text-decoration: none;
}

#right a:hover {
	color: #265a89;
}

/* Right [End] ################## */

#bottombar {
	margin-bottom: 20px;
	padding-right: 20px;
	float: left;
	width: 100%;
	height: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
}

#border_bottom {
	background-image: url(images/border_bottom.png);
	background-repeat:repeat-x;
	width: 958px;
	height: 10px;
	float:left;
}

input, textarea {
	background-color: #ffffff;
}

input, textarea, select, textarea { 
	font-family:Tahoma, helvetica, sans-serif; 
	color:#333; 
	border:#ccc 1px solid; 
	font-size:12px; 
	margin:2px;
}

input[type="checkbox"],input[type="radio"]{
	border: none;
}

input:hover, textarea:hover {
	background-color: #f5f5f5;
}

input:focus, textarea:focus {
	background-color: #ffffff;
}

#left a:link, #left a:active, #left a:visited  {
	color: black;
	text-decoration: none;
}

#left a:hover {
	color: grey;
}



#main a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: black;
}

.csc-form-labelcell {
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	width: 250px;
	height: 10px;
	padding-left: 5px;
}

.csc-form-fieldcell {
	background-color: #DDDDDD;
	width: 240px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#main table textarea {
	width: 245px;
	border: 1px solid black;
}

.csc-mailform {
	width: 490px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

.csc-form-label-req {
	font-weight: bold;
}

.contenttable td{
	border: solid thin #BBBBBB;
	height: 10px;
}

#packetpricelist td {
	border: solid thin #BBBBBB;
}

.news-list-item p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.acctext {
	padding: 10px;
	color: black;
	font-weight: bold;
	font-size: 10px;
}

.acctext2 {
	padding: 10px;
	line-height: 140%;
	font-size: 10px;
}