/*  
Theme Name: Gernot Schulz
Theme URI: http://www.gernotschulzarchitektur.de
Description: Theme fŸr den Architekten Gernot Schulz.
Version: 1.0
Author: CHEWING THE SUN GMBH
Author URI: http://www.chewingthesun.com 

	
 */

html{

	margin: 0;
	padding: 0;

     }

body{
	margin:0;
	padding:0;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url('images/background.gif');
	background-repeat: no-repeat;
     }

/*--------------------container--------------------*/

#container_main {
	margin-left:98px;
}

#container_head {
	margin-bottom:101px;
}

#container_head_index {
	margin-bottom:77px;
}

#container_content {
	margin-left: 147px;
}

.container_posting {
	width: 700px;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 25px;
}

.container_posting_noborder {
	width: 700px;
	margin-bottom: 25px;
}

.container_posting p {
	max-width: 600px;
}

.container_posting_page {
	width: 600px;
	margin-bottom: 25px;
}

.container_date {
	margin:0;
	padding:0;
	margin-right: 17px;
}

.container_title {
	margin:0;
	padding:0;
	font-weight: bold;
}


#container_lehre {
	margin-left:128px;
	margin-top:3px;
}

#container_flash {
	margin-left:150px;
	margin-top:3px;
}

*--------------------pagebar-----------------------------*/
.pagebar {
	padding: 0;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	padding-bottom:20px;
}

.pagebar a,.pageList .this-page {
	color: #000;
	text-decoration: none;
	outline: none;
	padding-right: 5px;
}

.pagebar a:hover {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
	outline: none;
}

.pagebar .break {
	padding-right: 5px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	padding-right: 5px;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 20px;
}


.pagebar .inactive
{
	 color: #000;
   	text-decoration: none;
  	padding-right: 5px;
}


/*--------------------linkgestaltung--------------------*/

a {
	outline:none;
}

.container_posting a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: 1px;
	outline: none;
}

.container_posting_page a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting_page a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting_page a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	outline: none;
}

.container_posting_page a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: 1px;
	outline: none;
}


/*--------------------bilder als links--------------------*/
a img{
	border: 0;
	outline: none;
     }
a:link img { 
	border: 0;
	outline: none;
     }
a:visited img {
	border: 0; 
	outline: none;
     }
a:link:active img, 
a:visited:active img {
	border: 0;
	outline: none;
      }

