/* CSS */

/* Proejkt: visualbasicworld.de */
/* Datum: 2011-08-201 */
/* Version: 1.4 */


/* -- Global Definitions -- */

	body
	{  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100.01%;
		height: 100%;
	}
	
	ul /* eckige Bulletpoints */
	{
		list-style: square;
	}
	
	td.rahmen /* Rahmen um den Contentbereich */
	{
		border-left: 1px dotted #9ABBD5;
		border-right: 1px dotted #9ABBD5;
	}
	
	.kapitalisieren
	{
		text-transform: capitalize;
	}
	
/* -- Bilder --*/

	img.bild
	{
		border: #EBEBEB solid 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	img.bild_left
	{
		border: #EBEBEB solid 4px;		
		margin-right: 15px;
		border-radius: 10px;
	}
	

/* -- Links -- */

	a, a:link, a:visited  {
		color: #006BBB;
		text-decoration: none;
		border-bottom: none;
	} 
	
	a:active, a:hover {
		color: #FF9900; /* #006BBB; */
		text-decoration: none;
		border-bottom: none;
	}

	a.grey, a.grey:link, a.grey:visited  {
		color: #666666;
		text-decoration: none;
	} 
	
	a.grey:active, a.grey:hover {
		color: #FF9900; /* #006BBB; */
		text-decoration: none;
	}	
	
/* -- Farben -- */

	.orange, .orange b, .orange p, .orange span {
		color: #FF9900;
	}
	
	.grey, .grey b, .grey p, .grey span{
		color: #666666;
	}
	
	#green {
		color: #308F30;
	}
	
	#orange {
		color: #FF9900;
	}

	
/* -- Middle-Left --*/
	
	/* Navigation */

	#navarea {
		margin-left: 15px;
		margin-top: 17px;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	
	#navarea .titel
	{
		color: #FFFFFF;
		font-size: 0.9em;
		font-weight: bold;
	}
	
	#navarea table{
		border-left: #c4d5e2 1px dotted;
		border-right: #c4d5e2 1px dotted;
		border-bottom: #c4d5e2 1px dotted;
	}

	/* Navigation: Liste */
	
	#navmain
	{
		font-size: 0.9em;
	}

	#navmain li {
		border-top: 1px dotted #9ABBD5;
	}
	
	#navmain li.first {
		/* border-top: 1px dashed #9ABBD5; */
	}
	
	#navmain li.last {
		border-bottom: 1px dotted #9ABBD5;
	}
	
	#navmain ul {
		margin: 3px 0px 4px 0px;
		padding: 0px;
		list-style-type: none;
	}

	/* Navigation: Links */

	#navmain a
	{
		display: block;
		padding: 5px;
		color: #000;		
		height: 15px;
		width: auto;	
	}
	
	#navmain a:link, #navmain a:visited, #navmain a.current, #navmain a.current:visited
	{		
		text-decoration: none;
		color: #000;		
		height: 15px;
		width: auto;
	}
	
	#navmain a:hover, #navmain a.current:hover
	{
		background-color: #F4F4F4;
		text-decoration: none;
		color: #006BBB;				
		height: 15px;
		width: auto;
	}
	
	/* Listenelemente */

	#trennlinie {
		border-top: 1px dotted #C1C1C1;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	

/* -- Middle-Center -- */
	
	/* Kopfzeile */
	
	#kopfzeile
	{
		font-size: 0.8em;
		color: #666666;
	}
	
	#kopfzeile .left {
		float: left;
	}
	
	#kopfzeile .right {
		float: right;
	}

	/* Inhalt */
	
	#inhalt
	{
		padding: 20px;	
		font-size: 0.9em;
	}
	
	#inhalt table
	{
		font-size: 1.0em;
	}
	
	#inhalt h1
	{
		display: inline;		
		font-size: 1.25em;
	}
	
	#inhalt h2
	{
		/* display: inline;	*/
		font-size: 1.10em;
	}	

	/* News-Block */

	#news_block p
	{
		display: inline;
	}

	/* Infokästen */
	
	#info
	{
		color: #666;
		font-size: 0.9em;
		background-color: #FAFAFA;
		border: #9ABBD5 1px dotted;
		padding: 10px;
		margin-top: -6px;
		margin-bottom: 25px;
	}
	
	#info b
	{
		color: #666;
		font-size: 0.9em;
	}
	
	#info p
	{
		display: inline;
	}
	
	/* Code */
	
	#inhalt i
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 1.05em;
		font-style: normal;
	}
	
	#kursiv
	{
		font-style: italic;
	}

	/* Code-Kästen */
	
	#codebox 
	{
		color: #000;
		font-size: 11pt;
		font-family: "Courier New", Courier, monospace;
		background-color: #FAFAFA;
		border: #9ABBD5 1px dotted;
		padding: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#codebox b
	{
		color: #FF9900;
		font-style: normal;
		font-weight: bold;
	}
	
	#codebox p
	{
		display: inline;
	}
	
	#codebox pre
	{
		display: inline;
		font-size: 11pt;
	}


	/* Autor */
	
	#autor
	{
		font-size: 0.9em;
	}


	/* Trennlinie */
	
	#trennlinie
	{
		border-bottom: 1px dotted #9ABBD5;
		padding-top: 5px;
	}
	
	/* Fusszeile */
	
	#fusszeile
	{
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 0.8em;
		color: #666666;
		line-height: 15px;
	}
	
	#fusszeile .left {
		float: left;
	}
	
	#fusszeile .right {
		float: right;
	}


/* -- Middle-Right -- */
	
	/* Infobox */

	#infoboxarea
	{
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
	}

	#infobox
	{
		overflow: hidden;
		width: 250px;
		max-width: 250px;
		font-size: 0.75em;
		background-color: #538CB7;
		background-image: url(http://visualbasicworld.de/grafiken/info_box_250.gif);
	}
	
	#infobox img
	{
		float: none;
	}
	
	#infobox .titel p
	{
		margin: 10px;
	}
	
	#infobox .titel
	{
		color: #FFFFFF;
		/* font-size: 0.75em; */
		font-weight: bold;
		position: relative;
		left: 0px;
		top: 0px;
	}

	#infobody
	{
		background-color: #FFFFFF;
		margin-top: 0px;
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 12px;
		padding-top: 10px;
		border-left: 1px dotted #9ABBD5;
		border-right: 1px dotted #9ABBD5;
		border-bottom: 1px dotted #9ABBD5;
	}

	#infobody p
	{
		display: inline;
	}


/* -- Kontaktseite -- */
	
	/* Kontaktseite */

	#kontaktseite .rahmen
	{
		border: 1px solid #666666;
		margin-right: 15px;
	}

	#kontaktseite td
	{
		margin-bottom: 15px;
		border-bottom: 15px solid #ffffff;
		font-size: 0.9em;
	}
	
/* -- Sonstiges -- */

	/* Twitter */

	#twitter ul
	{
		list-style: square;
		margin-top: 25px;
	}
	
	#twitter li
	{
		display: list-item;
		margin-bottom: 20px;
		margin-right: 20px;
		text-decoration: none;
	}
	

/* Ende! */
