/* Stylesheet für Stroppcom */
html, body {
	margin: 0;
	padding: 0;
}

body {
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/*background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-x;*/
	background-color: #fff; /*#868888;*/
	background-position: 0 0;
	overflow-x: hidden;
}

#logo {
	margin-left: 20px;
	margin-bottom: 22px;
	margin-top: 18px;
	display: block;
	height: 42px;
	width: 170px;
}

#seiteninhalte {
	width: 960px;
	margin-left: 0px;
}

#nav {
	margin-right: 15px;
	width: 130px;
	float: left;
	display: block;
}

#hauptnav {
	margin: 0px;
	width: 105px;
	padding-left: 20px;
}

#hauptnav, #hauptnav li {
	display: block;
	width: 110px;
	text-align: center;
	list-style: none;
	font-size: 14px;
	line-height: 22px;
}

#sysnav {
	margin: 310px 0 0 0;
	width: 110px;
	padding-left: 20px;
}

#sysnav, #sysnav li {
	display: block;
	width: 110px;
	text-align: center;
	list-style: none;
}

#nav li a {
	display: block;
	width: 110px;
	text-align: center;
	color: #A5A5A9;
	text-decoration: none;
	outline: none;
}

#nav li.aktiv a, #nav li a:hover, #sysnav li a:hover {
	color: #C83628;
}

#sysnav li a {
	color: #A5A5A9;
}

#spalte1 {
	display: block;
	width: 320px;
	float: left;
}

#spalte2 {
	display: block;
	width: 320px;
	float: left;
	margin-left: 30px;
}

.pics, .pics_web {  
    /*height:  350px;*/  
    /*width:   350px;*/  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 0;  
    border:  1px solid #ccc;  
    background-color: #fff;
    /*width:  300px;*/
    /*height: 300px; */
    top:  0; 
    left: 0 
} 

.pics_web img {  
    padding: 0;  
    border:  1px solid #ccc;  
    background-color: #fff;
    width:  380px; 
    /*height: 300px; */
    top:  0; 
    left: 0 
} 

p {
	color: #A5A5A9;
}

em, h1, h2, h3, a {
	color: #C83628;
	font-weight: normal;
	font-style: normal;
}

h1, h2 {
	font-size: 14px;
	margin: 0 0 0 -25px;
	padding: 0 0 0 25px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
}

h3 {
	margin: 0;
	padding: 0;
	display: inline;
}

#spalte1 ul, #spalte2 ul, #spalte1 ul li, #spalte2 ul li {
	color: #C83628;
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearer, br {
	clear: both;
}

label {
	display: block;
	width: 310px;
	margin: 0 10px 0 0;
	padding: 0;
}

input, textarea {
	border: 1px solid #ccc;
	display: block;
	width: 310px;
	margin: 0;
}

#submit {
	color: #C83628;
}

#pauseButton, #resumeButton {
	cursor: pointer;
	margin-bottom: 18px;
}

.textrot {
	color: #C83628;
}

.textrot em a {
	text-decoration: underline;
}

/* IE-Hacks */
*+html #nav {
	width: 110px;
	/*margin-left: 40px;*/
}

*html #nav {
	width: 100px;
	margin-left: 18px;
}

*+html #anim {
	position:relative;
	top: 18px;
}

*+html #sysnav {
	margin-top: 310px;
}

*html #sysnav {
	margin-top: 320px;
}

*+html #spalte1 {
	margin-left: 16px;
}

*+html #spalte1 h1 {
	margin-left: -22px;
}

*+html #spalte2 {
	padding: 0 0 0 25px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

*+html .ienot {
	background: none!important;
}
*+html body {
	overflow-x: hidden!important;
}

*html #nav {
	margin-right: 0;
}

*html h1 {
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
	position: relative;
	left: -5px;
}
*html h2 {
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
	background-image: url(../images/pfeil.gif);
	background-repeat: no-repeat;
}

*html #anim {
	/*position:relative;*/
	top: 18px;
	left: 25px;
}

*+html {overflow-x: hidden;}
*+html body {overflow-x: hidden;}

*html #spalte1 p {margin-left: 25px;}
*html #nav a {width: 95px!important;}
