/* ------------------------------ Body-Definition */

body {
	background: #fff;
	font-family: verdana, arial, sans-serif;
	line-height: 1; 
  	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	color: #333; 
	font-size: 11px;
	}

/* ----------------------------------- Layout */

#main 	{
	float: none; 
	width: 785px;
	margin: auto;
	}

#content {
	width: 375px; 
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	overflow: hidden;
	}

#secondary {
	width: 175px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	overflow: hidden;
	float: left;
	}

#sidebar {
	width: 170px; 
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	overflow: hidden;
	}
			

#footer {
	height: 42px;
 	float: left;
  	background: #fdfafe;
	border-bottom: 2px solid #033760;
	border-top: 2px solid #033760;
 	margin-top: 30px;
	padding-top: 13px;
	width: 100%;
	}

/* ---------------------------- Headings */

.title	{
  	font-size: 20pt;
	color: #033760;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}
		
.title a, {
		text-decoration: none;
		color: #033760;
		}

.title a:link		{
		text-decoration: none;
		color: #033760;
		}
				
.title a:active		{
		text-decoration: none;
		color: #033760;
		}
				
.title a:visited	{
		text-decoration: none;
		color: #033760;
		}

h1				{
       	font-family: "Trebuchet MS", helvetica, sans-serif;
       	color: #033760;
	font-size: 14pt;
       	font-weight: normal;
	line-height:120%;
       	letter-spacing: 1px;
       	text-align: center;
	padding-top:5px;
        padding-bottom:16px;
				}
			
h1 a,			{
        color: #033760;
		text-decoration: none;
		}

h1 a:link		{
        color: #033760;
		text-decoration: none;
		}
				
h1 a:active		{
        color: #033760;
		text-decoration: none;
		}
				
h1 a:visited	{
        color: #033760;
		text-decoration: none;
		}

h1 a:hover 		{
        color: #fff; 
		background: #033760; 
		text-decoration: none;
		}

h2	{
  	font-family: "Trebuchet MS", helvetica, sans-serif;
	text-transform: uppercase;
        color: #033760; 
        font-size: 14pt; 
        margin: 0px;
        font-weight: normal;
        letter-spacing: 1px;
        text-align:center;	
	}

h2 a,			{
        color: #033760;
		text-decoration: none;
				}

h2 a:link		{
        color: #033760;
		text-decoration: none;
		}
				
h2 a:active		{
        color: #033760;
		text-decoration: none;
		}
				
h2 a:visited	{
        color: #033760;
		text-decoration: none;
		}


h3 				{
		font-family: verdana, arial, sans-serif;
	        line-height:120%;
		font-size: 11px;
		padding-top:4px;
		padding-bottom:4px;
		margin-left:70px;
		margin-right:70px;
                color: #2b6ea2;
                text-align:center;
                letter-spacing: 2px;
				}


h3 a,			{
        color: #2b6ea2;
		text-decoration: none;
		}

h3 a:link		{
        color: #2b6ea2;
		text-decoration: none;
		}
				
h3 a:active		{
        color: #2b6ea2;
		text-decoration: none;
		}
				
h3 a:visited	{
        color: #2b6ea2;
		text-decoration: none;
		}

h3 a:hover 	{
        color: #fff; 
		background: #2b6ea2; 
		text-decoration: none;
	}

h4 				{
	font-family: verdana, arial, sans-serif;
	padding-top: 20px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #333;
        text-align:center;
		font-weight:normal;
				}

h5 				{
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		padding-top:4px;
		padding-bottom:4px;
                color: #2b6ea2;
                text-align:center;
                letter-spacing: 2px;
				}


h5 a,			{
        color: #2b6ea2;


		text-decoration: none;
		}

h5 a:link		{
        color: #2b6ea2;
		text-decoration: none;
		}
				
h5 a:active		{
        color: #2b6ea2;
		text-decoration: none;
		}
				
h5 a:visited	{
        color: #2b6ea2;
		text-decoration: none;
		}

h5 a:hover 	{
        color: #fff; 
		background: #2b6ea2; 
		text-decoration: none;
	}


/* ---------------------------- Mainly Main */


blockquote		{
		padding-top:0px;
		margin-left:10px;
		padding-left: 35px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-image:url(./gfx/quote.gif);
		background-position: 0px 0px;
		background-repeat:no-repeat;
		}

.beispiel	{
		padding-top:10px;
		margin-left:10px;
		padding-left: 15px;
		margin-bottom:10px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-position: 0px 15px;
		}

li				{
		list-style-type: square; 
		margin-left: 7px;
                padding-left: 10;
		font-weight: normal;
                margin-top: 0; 
                margin-bottom:2px;
				}
ul              {
		margin-left: 7px;
                padding-left: 0;
                list-style-position:outside;
                margin-top: 0; 
                margin-bottom:0;
                }

.date			{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		text-transform: uppercase;
                letter-spacing: 1px;
		font-size: 10px;
                text-align:center;
		line-height:150%;
		padding-top:40px;
		}


.postmeta	{
		font-family: verdana, arial, sans-serif;
		color: #666; 
		font-size: 10px;
                text-align:center;
		line-height:180%;
		padding-bottom:20px;
		}

.postmeta a,	{
        color: #2b6ea2;
		text-decoration: none;
		}
				
.postmeta a:link {
        color: #2b6ea2;
		text-decoration: none;
		}
				
.postmeta a:visited {
        color: #2b6ea2;
		text-decoration: none;
		}
				
.postmeta a:active {
        color: #2b6ea2;
		text-decoration: none;
		}

.postmeta a:hover
		{
        color: #fff; 
		background: #2b6ea2; 
		text-decoration: none;
		}
		

.text 			{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 11px;
    	        text-align:left;
		line-height:180%;
		font-weight:normal;
		padding-top:2px;
		padding-bottom:20px;
		}

.text a, 		{
    	color: #2b6ea2;
		text-decoration: none;
		}

.text a:link 	{
    	color: #2b6ea2;
		text-decoration: none;
		}
				
.text a:visited	{
    	color: #2b6ea2;
		text-decoration: none;
		}

.text a:hover 	{
        color: #fff; 
		background: #2b6ea2; 
		text-decoration: none;
		}


/* --------------------- Mostly Sidebar */


.sidehead		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 10px;
		line-height:150%;
        text-align: center;
		padding-top: 20px;
		}

.sidetext 		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 10px;
        text-align:left;
		line-height:160%;
		font-weight:normal;
		padding-top:20px;
		padding-bottom:20px;
				}

.sidetext a, 	{
        color: #2b6ea2;
		text-decoration: none;
		}
				
.sidetext a:link 	{
        color: #2b6ea2;
		text-decoration: none;
		}
				
.sidetext a:active 	{
        color: #2b6ea2;
		text-decoration: none;
		}
				
.sidetext a:visited 	{
        color: #2b6ea2;
		text-decoration: none;
		}


.sidetext a:hover 
		{
        color: #fff; 
		background: #2b6ea2; 
		text-decoration: none;
		}

/* --------------------- Footercontent */

.footertext 		{
		font-family: verdana, arial, sans-serif;
		color: #333; 
		font-size: 10px;
        text-align: center;
		line-height:150%;
		font-weight: normal;
		padding-top: 5px;
		padding-bottom:20px;
		}

.footertext a, 	{
        color: #2b6ea2;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:link 	{
        color: #2b6ea2;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:active {
        color: #2b6ea2;
	text-decoration: none;
	line-height:180%;
}
				
.footertext a:visited {
        color: #2b6ea2;
	text-decoration: none;
	line-height:180%;
}

.footertext a:hover {
        color: #fff; 
	background: #2b6ea2; 
	text-decoration: none;
}

/* Begin Comments*/

#comment  { 
color: gray;
background-color: none; 
text-align: left; 

border-top: 2px dotted gray
}

.commentshead { 
color: black; 
font-size: x-large;
font-family: verdana, arial, sans-serif; 
font-weight: bold; 
line-height: 140%; 
text-align: left 

margin-top: 50px;
}

.commentstext   { 
color: black; 

font-size: small; 

font-family: verdana, arial, sans-serif; 
font-weight: normal; 
line-height: 160%; 
text-align: left 
margin-top: 5px;
margin-bottom: 50px;
}

.commentsmetadata { 
color: grey; 
font-size: x-small; 
font-family: verdana, arial, sans-serif; 
font-weight: normal;
line-height: 140%; 
}

#commentform input {
	width: 300px;
	color: grey;
	font-size: small; 
	font-family: verdana, arial, sans-serif; 
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
	text-align: left; 
	}

#commentform textarea {
	width: 300px;
	color: grey;
	padding: 2px 2px 2px 2px; 
        font-size: small; 
        font-family: verdana, arial, sans-serif;
	}

#commentform #submit {
	margin: 0px;
	text-align: center; 
	color: black;
	float: center;
	}

.nocomments {
	text-align: right;
	margin: 0;
	padding: 0;
	}

/* End Comments */
