/*************************************************************
*                         Layout                        *
*************************************************************/
body {
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	background:#fff;
	font-size:16px;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:none;
	color:#666666;
}
#wrap{
	width:800px;
	background:transparent;
	margin:0 auto;
}
/***header***/
#header {
	width:800px;
	height:100px;    
	background: url('images/alpinistik.jpg') no-repeat;
}
/***left***/
#leftcol {
	float:left;
	width:200px;
	text-align:left;
}
/***content***/
#topimg {
	background:url(images/content.gif);
}
#bottomimg {
	background:url(images/contentbottom.gif);
	height:43px;
}
#container {
	float:right;
    background-image:url(images/or.gif);
	text-align:left;
	width:595px;
	border:#fff;
	margin-top:5px;
}

.box1 {
    margin-left:10px;	
	text-align:justify;
	width:500px;
	height:auto;
	margin-top:5px;
}
.box1 a img {

float:left;
}

.box2 {
	margin-left:0px;

	text-align:center;
	width:auto;
	height:auto;
	margin-top:5px;
}

/*************************************************************
*                               menu                         *
*************************************************************/
#menutop {
	background:url(images/menutop.gif) no-repeat;
	height:43px;
	margin: 5px 0 0 0;
}
#menubottom {
	background:url(images/menubottom.gif) no-repeat;
	height:45px;
}
#navcontainer { 
	width:200px;
background-image:url(images/menue1.gif);
	}
#navcontainer ul {
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	font-family:"Times New Roman", Times, serif;
	color:#fff;
}
#navcontainer a {
	display: block;
	width: 200px;
	text-align:left;
	font-weight:bold;
    font-size:16px
}
#navcontainer a:link, #navlist a:visited {
	color:#333333;    
	text-decoration: none;
}
#navcontainer a:hover {
	color: #666666;
}
#navcontainer a .dot{
color:#FF0066;
background:transparent;
padding:10px;
font-weight:bold;
font-size:20px;}

#navcontainer a:hover .dot{
color:#00CC00;
background:transparent;
padding:10px;
font-weight:bold;
font-size:20px;} 
/*************************************************************
*                            headers                         *
*************************************************************/
h1 {
font-family:"Times New Roman", Times, serif;
	margin: 0 50px auto;
	color:#333333;
	text-align:left;
	height:43px;
}
h2 {
font-family:"Times New Roman", Times, serif;
    height:1px;
    font-size:1px;
	margin: 0 20px auto;
	color:#00CCFF;
	text-align:left;	
}
h3 {
font-family:"Times New Roman", Times, serif;
	height:45px;
	padding: 0;
	margin: 0 50px auto;
	color:#fff;
	text-align:left;
}
h4 {
font-family:"Times New Roman", Times, serif;
	height:30px;
	padding: 0;
	margin: 20px 20px 20px 20px ;
	color:#333333;
	text-align:left;
}
h5 {
font-family:"Times New Roman", Times, serif;
		color:#333333;
	    text-align:left;
        height:30px;
        padding: 0;
        margin: 20px 10px 0px 0px;
}
h6 {
font-family:"Times New Roman", Times, serif;
		color:#666666;
	text-align:left;
}