/*2011 http://www.typovia.at*/

@import url("highslide.css");

html
{
	background-color: whitesmoke;
}


body
{
	font: 16px/22px "Calluna", Times New Roman, serif;
	text-align: center;
	margin: 0;
	padding: 0;
}


#container
{
	width: 798px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;}

#top
{
 	margin-top: 5%;
 	position:relative;
}

#topleft
{
	float:left;
 	top:0;
 	right:0;
 	width:350px;
	text-align: right;
	vertical-align: text-bottom;
	margin-right: 20px;

}

#middle
{
 	clear:both;
}

#topright
{
	float:left;
 	top:0;
 	left:0;
	width:350px;
	margin-left: 20px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border-bottom-left-radius:  0px;
	background-color: white;
	padding: 10px;
	border: 1px solid #c7dfbe;
}

#bottomleft
{
	-moz-border-radius: 25px;
	border-radius: 25px;
	border-top-right-radius:  0px;
	border: 1px solid #c7dfbe;
	text-align: right;
	margin-right: 10px;
	float:left;
 	top:0;
 	right:0;
 	width:350px;
 	background-color: white;
 	padding: 10px;
}

#bottomright
{
	float:left;
 	top:0;
 	left:0;
	width:350px;
	margin-left: 10px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border-top-left-radius:  0px;
	border: 1px solid #c7dfbe;
	background-color: white;
	padding: 10px;
}


#footer{	
 	clear:both;	height: 39px;	font-size: 10px;
	text-align: center;	color: gray;
}


/*font CALLUNA */

@font-face
{
	font-family: "Calluna";
	src: url(../font/Calluna-Regular.otf) format("opentype"); 
	src: url(../font/calluna-regular-webfont.eot);
	src: local('☺'), url(../font/calluna-regular-webfont.woff) format("woff"), url(../font/calluna-regular-webfont.ttf) format("truetype"), url(../font/calluna-regular-webfont.svg#webfontDfRvD4XB) format("svg");
	font-weight: normal;
	font-style: normal;
}

a.diwan{ 
	color: #62A35E;
	text-decoration: none; 
}

a.diwan:visited { 
	color: #62A35E;
	text-decoration: none;  
}

a.diwan:link { 
	color: #62A35E;
	text-decoration: none; 
}

a.typovia{ 
	color: red;
	text-decoration: none; 
}

a.typovia:visited { 
	color: red; 
	text-decoration: none;
}

a.typovia:link { 
	color: red;
	text-decoration: none; 
}

a:link { }a:visited { }a:hover { }a:active {
	}

ul 
{
	list-style-type: none;
	margin-left: -25px;
	

}

li
{
	background-image: url(../media/ul.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em; 
	padding-left: 25px;
}

