body,
html {
	margin:0;
	padding:0;
	color:#666;
	font-size:11px;
	font-family:'Frutiger', Verdana, Arial, Sans-Serif;
	/*background-image:url(../img/body.png) ;*/
	background-color:#adadad;
	/*background-repeat:repeat-x ;*/
	/*background-attachment: fixed;*/
}
body {
	min-width:830px;
}
#container {
	background:#fff;
	margin:3% auto 3% auto;
	width:820px;
	min-height:420px;
	border: solid gray 1px;
	overflow:hidden;
}



/* elements */
table,
ul,
ol,
input,
button,
select,
textarea{
	font-size:12px;
	font-family:'Frutiger', Verdana, Arial, Sans-Serif;
}
a:link{
	color:#111;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover,
a:active{
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
img{
	border-width:0;
}
form{
	margin:0;
}

h1, h2, h3, h4{
	margin:18px 0 12px 0;
}
h1{
	font-size:22px;
}
h2{
	font-size:18px;
}
h3{
	font-size:15px;
}
h4{
	font-size:13px;
}
/* photo */
#photo{ text-align: center;
	padding:5px;
}


/* header */
#header{
	height: 150px;
	padding:0px;
	/*background:#D2F0FA;*/
	border-bottom: solid grey 1px;
}
#header img {
	border: 0;
}
#header .logo{
	border: none;
	height: 125px;
	width: 820px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url(http://photo.urigal.net/img/MO-Banner-Kopf.png);
	background-position: 0px 0px;
	border-bottom: solid grey 1px;
}
#header .navbar {
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 7px;

}
#header .navbar2 {
	float: left;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 7px;

}



/* main */
#mainback {
    height: 30px;
	background-image:url(../img/content-back.png);
	background-repeat:repeat-x;
}
#main {
	float:left;
	width:600px;
	min-height:440px;
	border-right-color:#ddd;
	border-right-style:solid;
	border-right-width:1px;
	padding: 16px;
}

#main .masthead {
	margin: 0;
	padding: 5px 0;
 	width: 80%;
	color: #aaa;
	font-size: 20px;
	letter-spacing: -1px;
	border-bottom: 2px dotted #ddd;
}


/* sidebar */
#sidebar {
	float:right;
	width:160px;
	padding:10px;
	margin-top: 25px;
	background:transparent;
}
.menuh1
{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight: bold;
}

.menuitems
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	list-style-type: none;
	font-size:10px;
	line-height: 16px;
}

.menuitemscat
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
	list-style-type: none;
	font-size:10px;
	line-height: 11px;
}
.menuitems li
{
	margin-left: 5px;
	padding-left: 10px;
}

.menuitemscat li
{
	margin-left: 5px;
	padding-left: 10px;
}


/* footer */
#footer {
	clear:both;
	height: 65px;
	background:#fff;
	border-top:1px solid gray;
	#background-image:url(../img/content-back.png);
	#background-repeat:repeat-x;
}
#footer .p{
	color:#000;
	text-align:center;
	margin:4px 0 0 0;
	font-size:90%;
	line-height:14px;
}


.content{
	margin:20px;
	line-height:22px;
}

/* post body */
.post{
	margin:0 0 40px 0;
	border-bottom:1px dotted #bbb;
}
.post .postmeta{
	margin:0 0 10px 0px;
	color:#222;
	font-size:12px;
}



.post .postentry{
	text-align:justify;
	font-size:13px;
	line-height:22px;
	margin-left:16px;
}

.post .postentry p{
	margin:0 ;
	line-height:22px;
	margin-bottom: 8px;
}
.post .postentry ul,
.post .postentry ol{
	margin:0 0 12px 28px;
	padding:0;
	line-height:18px;
}
.post .postentry ul{
	/*list-style:square;*/
}


.post .foot{
	color:#222;
	font-size:12px;
        height: 66px;
        width: 560px;
 	margin: 5px 15px 5px 15px;
	padding-top: 5px;
	/* border-top:1px dashed #eef; */
}

.post .foot .author{
	float: right;
	height: 16px;
        width: 65px;
}



.postnav{
	width:100%;
	overflow:hidden;
	margin:0 0 18px 0;
}
.postnav .prev{
	float:left;
	margin:0;
}
.postnav .next{
	float:right;
	margin:0;
}



/* pagebar */
.pagebar{
	width:100%;
	overflow:hidden;
	margin:0 0 24px 0;
	font-size:10px;
}
.pagebar span,
.pagebar a{
	display:block;
	float:left;
	width:15px;
	text-align:center;
	margin:0 6px 0 0;
	padding:2px;
}
.pagebar .active{
	background:#222;
	border:1px solid #ccc;
	color:#fff;
	font-weight:bold;
}
.pagebar a{
	border:1px solid #ccc;
}



/* display comments */
#commentlist{
	margin:0 0 20px 24px;
	padding:0;
	list-style-type:decimal;
}
#commentlist li{
	margin:0;
	font-size:12px;
}
#commentlist li.alt{
	padding:10px;
}
#commentlist li .commenttitle{
	margin:0;
	font-size:10px;
	font-weight:normal;
}
#commentlist li .commenttitle a{
	font-weight:bold;
}
#commentlist li .commentmeta{
	margin:0 0 10px 0;
	color:#777;
	font-size:80%;
}
#commentlist li .commententry{
	line-height:18px;
}
#commentlist li .commententry p{
	margin:0;
}

#commentitem{
	color:#222;
	margin-left:12px;
}


#sidebar ul li img{
	vertical-align:middle;
	text-align:justify;
}


/* search form */
#sidebar .sform{
	margin:0 0 10px 0;
}
#sidebar .sform .sentry{
	width:100px;
	height:25px;
	border:0px solid #ccc;
	background:#ddd;
}
#sidebar .sform .strigger{
	width:39px;
	height:20px;
	background:#222;
	border:0px;
	color:#fff;
	cursor:pointer;
}





form div.fieldcontrol {
	margin: 5px 0;
	border: 0px none transparent; /* reserve space for border defined later */
	clear: both;
}

form div.fieldcontrol label,
form div.FieldControl fieldset legend {
	display: block;
	float: left;
}

form div.fieldcontrol label,
form div.fieldcontrol fieldset legend {
    width: 75px;
}

form div.fieldcontrol input,
form div.fieldcontrol select,
form div.fieldcontrol textarea{
	border:1px solid #ccc;
	background:#f9f9f9;
}

form div.fieldcontrol button{
	width:90px;
	height:20px;
	background:#222;
	border:1px outset #000;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
}


span.level1 { font-size: 12px; line-height: 15px; }
span.level2 { font-size: 12px; line-height: 17px; }
span.level3 { font-size: 14px; line-height: 19px; }
span.level4 { font-size: 16px; line-height: 21px; }
span.level5 { font-size: 18px; line-height: 23px; }
span.level6 { font-size: 20px; line-height: 25px; }
span.level7 { font-size: 22px; line-height: 27px; }
span.level8 { font-size: 24px; line-height: 29px; }
span.level9 { font-size: 26px; line-height: 31px; }



